update to new DelegateCall

This commit is contained in:
Ricardo Guilherme Schmidt 2018-03-16 22:48:27 -03:00
parent a51ec2ebb2
commit 2aac7c2b90

View File

@ -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)