diff --git a/src/clj/commiteth/eth/core.clj b/src/clj/commiteth/eth/core.clj index b172592..31ec238 100644 --- a/src/clj/commiteth/eth/core.clj +++ b/src/clj/commiteth/eth/core.clj @@ -73,6 +73,7 @@ data) signed (TransactionEncoder/signMessage tx (creds)) 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)) (defn eth-gasstation-gas-price