Add some debug logging

This commit is contained in:
Teemu Patja 2017-06-02 13:08:33 +03:00
parent a2f788aa71
commit 26bc685f91
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,8 @@
:gas gas}
(when-not (nil? (gas-price))
{:gasPrice gas-price}))]
(log/debug "gas:" gas)
(log/debug "args:" args)
(eth-rpc
"personal_sendTransaction"
[(if-not (nil? to)