From ca439aa1ec8792bb91bc21744115917a02b54dce Mon Sep 17 00:00:00 2001 From: Martin Klepsch Date: Fri, 13 Apr 2018 14:51:41 +0200 Subject: [PATCH] log various tx params --- src/clj/commiteth/eth/core.clj | 1 + 1 file changed, 1 insertion(+) 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