From 79fe7873e6e6170b0262631b114cf7c0442094f3 Mon Sep 17 00:00:00 2001 From: Vitaliy Vlasov Date: Mon, 21 May 2018 17:09:49 +0300 Subject: [PATCH] Bugfix merge --- src/clj/commiteth/scheduler.clj | 2 +- src/cljs/commiteth/bounties.cljs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/clj/commiteth/scheduler.clj b/src/clj/commiteth/scheduler.clj index 0814652..86461a8 100644 --- a/src/clj/commiteth/scheduler.clj +++ b/src/clj/commiteth/scheduler.clj @@ -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" diff --git a/src/cljs/commiteth/bounties.cljs b/src/cljs/commiteth/bounties.cljs index 9f4c9e4..0970cc4 100644 --- a/src/cljs/commiteth/bounties.cljs +++ b/src/cljs/commiteth/bounties.cljs @@ -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