8.1.2 add comment clarifying Migrations
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user