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)