Merge pull request #83 from adklempner/master

Add import for Ownable to Migrations
This commit is contained in:
Manuel Aráoz
2016-11-22 20:27:42 -08:00
committed by GitHub

View File

@ -1,4 +1,6 @@
pragma solidity ^0.4.4;
import './Ownable.sol';
contract Migrations is Ownable {
uint public lastCompletedMigration;