Add debug logging

This commit is contained in:
Teemu Patja 2017-10-31 16:15:37 +02:00
parent 8cea6aa98a
commit b2be946e12
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
1 changed files with 1 additions and 1 deletions

View File

@ -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)