Commit 2ccbfea8 by Manuel Araoz

8.1.2 add comment clarifying Migrations

parent fad28700
...@@ -4,6 +4,7 @@ pragma solidity ^0.4.8; ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment