log various tx params
This commit is contained in:
parent
5d8f232016
commit
ca439aa1ec
|
@ -73,6 +73,7 @@
|
||||||
data)
|
data)
|
||||||
signed (TransactionEncoder/signMessage tx (creds))
|
signed (TransactionEncoder/signMessage tx (creds))
|
||||||
hex-string (Numeric/toHexString signed)]
|
hex-string (Numeric/toHexString signed)]
|
||||||
|
(log/info "Signing TX: nonce: %s, gas-price: %s, gas-limit: %s, data: %s" nonce gas-price gas-limit data)
|
||||||
hex-string))
|
hex-string))
|
||||||
|
|
||||||
(defn eth-gasstation-gas-price
|
(defn eth-gasstation-gas-price
|
||||||
|
|
Loading…
Reference in New Issue