Commit 2a560ad8 by zava Committed by Alejandro Santander

name fix

parent 4fe2157e
...@@ -10,7 +10,7 @@ import './Ownable.sol'; ...@@ -10,7 +10,7 @@ import './Ownable.sol';
* case that the current owner stops "heartbeating". Only the heir can pronounce the * case that the current owner stops "heartbeating". Only the heir can pronounce the
* owner's death. * owner's death.
*/ */
contract Inheritable2 is Ownable { contract Inheritable is Ownable {
address public heir; address public heir;
// Time window the owner has to notify she is alive. // Time window the owner has to notify she is alive.
......
...@@ -7,7 +7,7 @@ import assertJump from './helpers/assertJump' ...@@ -7,7 +7,7 @@ import assertJump from './helpers/assertJump'
const NULL_ADDRESS = '0x0000000000000000000000000000000000000000' const NULL_ADDRESS = '0x0000000000000000000000000000000000000000'
const Inheritable = artifacts.require('../contracts/ownership/Inheritable2.sol') const Inheritable = artifacts.require('../contracts/ownership/Inheritable.sol')
contract('Inheritable', function(accounts) { contract('Inheritable', function(accounts) {
let inheritable let inheritable
......
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