Commit da2434e0 by Arseniy Klempner

Add import for Ownable

parent c7f14083
pragma solidity ^0.4.4; pragma solidity ^0.4.4;
import './Ownable.sol';
contract Migrations is Ownable { contract Migrations is Ownable {
uint public lastCompletedMigration; 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