mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-19 20:58:32 +00:00
log ex-data for deploy-pending-contracts exception
This commit is contained in:
parent
462fb47b2b
commit
5c9245810b
@ -95,8 +95,8 @@
|
|||||||
(log/infof "issue %s: Trying to re-deploy failed bounty contract deployment" issue-id)
|
(log/infof "issue %s: Trying to re-deploy failed bounty contract deployment" issue-id)
|
||||||
(try
|
(try
|
||||||
(bounties/deploy-contract owner owner-address repo issue-id issue-number)
|
(bounties/deploy-contract owner owner-address repo issue-id issue-number)
|
||||||
(catch Throwable ex
|
(catch Throwable t
|
||||||
(log/errorf ex "issue %s: deploy-pending-contracts exception:" issue-id))))))
|
(log/errorf t "issue %s: deploy-pending-contracts exception: %s" issue-id (ex-data t)))))))
|
||||||
|
|
||||||
(defn self-sign-bounty
|
(defn self-sign-bounty
|
||||||
"Walks through all issues eligible for bounty payout and signs corresponding transaction"
|
"Walks through all issues eligible for bounty payout and signs corresponding transaction"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user