set internal-tx-id for watch-token call

This commit is contained in:
Martin Klepsch 2018-04-16 13:17:41 +02:00
parent 614fdf9d03
commit a78c1cff66
No known key found for this signature in database
GPG Key ID: 1A35E702AD48A9F6
1 changed files with 2 additions and 1 deletions

View File

@ -110,7 +110,8 @@
(log/debug "multisig/watch-token" bounty-addr token)
(let [token-address (get-token-address token)]
(assert token-address)
(eth/execute {:from (eth/eth-account)
(eth/execute {:internal-tx-id (str "watch-token-" (System/currentTimeMillis) "-" bounty-addr)
:from (eth/eth-account)
:contract bounty-addr
:method-id (:watch method-ids)
:gas-limit nil