8.1.2 add comment clarifying Migrations

pull/169/head
Manuel Araoz 8 years ago
parent fad287007b
commit 2ccbfea8c5
  1. 1
      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;

Loading…
Cancel
Save