Remove superfluous logging statement
This commit is contained in:
parent
24e39ad867
commit
05d93a1893
|
@ -65,7 +65,6 @@
|
|||
(if (= nonce @current-nonce)
|
||||
(throw (Exception. (str "Attempting to create transaction with the same nonce: " nonce)))
|
||||
(swap! current-nonce (constantly nonce)))
|
||||
(log/info "Current nonce:" nonce)
|
||||
nonce))))
|
||||
|
||||
(defn get-signed-tx [gas-price gas-limit to data]
|
||||
|
|
Loading…
Reference in New Issue