make sure internal-tx-id is vector

This commit is contained in:
Rob Culliton 2018-05-03 14:26:31 -04:00
parent b865fad200
commit 8657dc9343
No known key found for this signature in database
GPG Key ID: 6FDEF60B3DC84D94

View File

@ -170,7 +170,7 @@
(try
(let [tx-info (multisig/send-all {:contract contract-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)
{:execute-hash (:tx-hash tx-info)})
(catch Throwable ex