Fix typo causing crash in fault tolerance feature
This commit is contained in:
parent
01f09bf671
commit
8e3762c701
|
@ -138,7 +138,7 @@
|
||||||
issue-number :issue_number
|
issue-number :issue_number
|
||||||
balance-eth :balance_eth
|
balance-eth :balance_eth
|
||||||
tokens :tokens
|
tokens :tokens
|
||||||
confirm-id :confirm-hash
|
confirm-id :confirm_hash
|
||||||
payee-login :payee_login
|
payee-login :payee_login
|
||||||
updated :updated} (db-bounties/confirmed-payouts)]
|
updated :updated} (db-bounties/confirmed-payouts)]
|
||||||
(log/debug "confirmed payout:" payout-hash)
|
(log/debug "confirmed payout:" payout-hash)
|
||||||
|
|
Loading…
Reference in New Issue