From b2be946e128fc365d1471bf122a6470584f42f29 Mon Sep 17 00:00:00 2001 From: Teemu Patja Date: Tue, 31 Oct 2017 16:15:37 +0200 Subject: [PATCH] Add debug logging --- src/clj/commiteth/eth/multisig_wallet.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/commiteth/eth/multisig_wallet.clj b/src/clj/commiteth/eth/multisig_wallet.clj index 0bf3252..c0d701f 100644 --- a/src/clj/commiteth/eth/multisig_wallet.clj +++ b/src/clj/commiteth/eth/multisig_wallet.clj @@ -155,7 +155,7 @@ contract." [bounty-addr token] (let [token-address (get-token-address token)] - + (log/debug "token-balance" bounty-addr token token-address) (-> (eth/call token-address (:balance-of method-ids) bounty-addr)