From b2ed65dbf20c8f87fb1b5575dda44b8614ab258b Mon Sep 17 00:00:00 2001 From: Jorge Izquierdo Date: Wed, 3 Jul 2019 11:10:22 +0200 Subject: [PATCH] Agent: fix radspec string for execute (#890) --- apps/agent/contracts/Agent.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/agent/contracts/Agent.sol b/apps/agent/contracts/Agent.sol index fc8bcc6ec1..338b6f4a4b 100644 --- a/apps/agent/contracts/Agent.sol +++ b/apps/agent/contracts/Agent.sol @@ -33,7 +33,7 @@ contract Agent is IERC165, ERC1271Bytes, IForwarder, IsContract, Vault { event SetDesignatedSigner(address indexed sender, address indexed oldSigner, address indexed newSigner); /** - * @notice Execute '`@radspec(_target, _data)`' on `_target``_ethValue == 0 ? '' : ' (Sending' + @tokenAmount(_ethValue, 0x00) + ')'` + * @notice Execute '`@radspec(_target, _data)`' on `_target``_ethValue == 0 ? '' : ' (Sending' + @tokenAmount(0x0000000000000000000000000000000000000000, _ethValue) + ')'` * @param _target Address where the action is being executed * @param _ethValue Amount of ETH from the contract that is sent with the action * @param _data Calldata for the action