Skip to content

Commit

Permalink
Agent: fix radspec string for execute (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
izqui authored and sohkai committed Jul 3, 2019
1 parent d6fcc73 commit b2ed65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/agent/contracts/Agent.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2ed65d

Please sign in to comment.