diff --git a/contracts/deploy/RecoverableSystem.sol b/contracts/deploy/RecoverableSystem.sol index d97caad..5a39d72 100644 --- a/contracts/deploy/RecoverableSystem.sol +++ b/contracts/deploy/RecoverableSystem.sol @@ -48,7 +48,7 @@ import "./DelegatedCall.sol"; /** * @dev returns system if system has code, otherwise return recover */ - function _target() + function targetDelegatedCall() internal constant returns(address)