From dbb672318bb424ce561e12ef8b3eacbf92ba55f6 Mon Sep 17 00:00:00 2001 From: Martin Klepsch Date: Fri, 13 Apr 2018 15:09:03 +0200 Subject: [PATCH] log/infof typo --- src/clj/commiteth/eth/core.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/clj/commiteth/eth/core.clj b/src/clj/commiteth/eth/core.clj index 31ec238..f70374d 100644 --- a/src/clj/commiteth/eth/core.clj +++ b/src/clj/commiteth/eth/core.clj @@ -73,7 +73,8 @@ 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) + (log/infof "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