mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-22 07:20:11 +00:00
Bugfix merge
This commit is contained in:
parent
3c3f22757c
commit
79fe7873e6
@ -190,7 +190,7 @@
|
||||
(log/warn "issue %s: Resetting payout hash for issue as it has not been mined in 3h" issue-id)
|
||||
(db-bounties/reset-payout-hash issue-id)))
|
||||
(catch Throwable ex
|
||||
(log/error ex "issue %s: update-payout-receipt exception" issue-id)))))
|
||||
(log/error ex "issue %s: update-payout-receipt exception" issue-id))))))
|
||||
|
||||
(defn update-payout-receipts
|
||||
"Gets transaction receipt for each confirmed payout and updates payout_hash"
|
||||
|
@ -66,7 +66,6 @@
|
||||
open-claims-click #(rf/dispatch [::handlers/open-bounty-claim issue-id])
|
||||
close-claims-click #(rf/dispatch [::handlers/close-bounty-claim issue-id])
|
||||
matches-current-issue? (some #{issue-id} @open-bounty-claims)]
|
||||
(.warn js/console "avatar-url" avatar-url)
|
||||
[:div
|
||||
[:div.open-bounty-item.ph4
|
||||
[:div.open-bounty-item-content
|
||||
|
Loading…
x
Reference in New Issue
Block a user