Add some debug logging
This commit is contained in:
parent
a2f788aa71
commit
26bc685f91
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue