mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-21 06:49:12 +00:00
Remove superfluous logging statement
This commit is contained in:
parent
24e39ad867
commit
05d93a1893
@ -65,7 +65,6 @@
|
|||||||
(if (= nonce @current-nonce)
|
(if (= nonce @current-nonce)
|
||||||
(throw (Exception. (str "Attempting to create transaction with the same nonce: " nonce)))
|
(throw (Exception. (str "Attempting to create transaction with the same nonce: " nonce)))
|
||||||
(swap! current-nonce (constantly nonce)))
|
(swap! current-nonce (constantly nonce)))
|
||||||
(log/info "Current nonce:" nonce)
|
|
||||||
nonce))))
|
nonce))))
|
||||||
|
|
||||||
(defn get-signed-tx [gas-price gas-limit to data]
|
(defn get-signed-tx [gas-price gas-limit to data]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user