mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-08 15:45:37 +00:00
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…
x
Reference in New Issue
Block a user