log/infof typo
This commit is contained in:
parent
cdf889caaa
commit
dbb672318b
|
@ -73,7 +73,8 @@
|
||||||
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)
|
(log/infof "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