Forráskód Böngészése

8.1.2 add comment clarifying Migrations

Manuel Araoz 8 éve
szülő
commit
2ccbfea8c5
1 módosított fájl, 1 hozzáadás és 0 törlés
  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';
 import '../ownership/Ownable.sol';
 
 
 
 
+// This is a truffle contract, needed for truffle integration, not meant for use by Zeppelin users. 
 contract Migrations is Ownable {
 contract Migrations is Ownable {
   uint public lastCompletedMigration;
   uint public lastCompletedMigration;