8.1.2 add comment clarifying Migrations

This commit is contained in:
Manuel Araoz
2017-03-20 18:22:55 -03:00
parent fad287007b
commit 2ccbfea8c5

View File

@ -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;