瀏覽代碼

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;