mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-12 02:24:18 +00:00
make sure internal-tx-id is vector
This commit is contained in:
parent
b865fad200
commit
8657dc9343
@ -170,7 +170,7 @@
|
|||||||
(try
|
(try
|
||||||
(let [tx-info (multisig/send-all {:contract contract-address
|
(let [tx-info (multisig/send-all {:contract contract-address
|
||||||
:payout-address payout-address
|
:payout-address payout-address
|
||||||
:internal-tx-id (str "payout-github-issue-" issue-id)})]
|
:internal-tx-id [:execute issue-id]})]
|
||||||
(tracker/track-tx! tx-info)
|
(tracker/track-tx! tx-info)
|
||||||
{:execute-hash (:tx-hash tx-info)})
|
{:execute-hash (:tx-hash tx-info)})
|
||||||
(catch Throwable ex
|
(catch Throwable ex
|
||||||
|
Loading…
x
Reference in New Issue
Block a user