소스 검색

8.1.2 add comment clarifying Migrations

Manuel Araoz 8 년 전
부모
커밋
2ccbfea8c5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      contracts/lifecycle/Migrations.sol

+ 1 - 0
contracts/lifecycle/Migrations.sol

@@ -4,6 +4,7 @@ pragma solidity ^0.4.8;
 import '../ownership/Ownable.sol';
 
 
+// This is a truffle contract, needed for truffle integration, not meant for use by Zeppelin users. 
 contract Migrations is Ownable {
   uint public lastCompletedMigration;