Pārlūkot izejas kodu

8.1.2 add comment clarifying Migrations

Manuel Araoz 8 gadi atpakaļ
vecāks
revīzija
2ccbfea8c5
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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;