Commit 9e443b54 by Manuel Aráoz Committed by GitHub

Merge pull request #83 from adklempner/master

Add import for Ownable to Migrations
parents d6d9e31b da2434e0
pragma solidity ^0.4.4;
import './Ownable.sol';
contract Migrations is Ownable {
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