diff --git a/src/clj/commiteth/eth/core.clj b/src/clj/commiteth/eth/core.clj index d9455e6..1d0142a 100644 --- a/src/clj/commiteth/eth/core.clj +++ b/src/clj/commiteth/eth/core.clj @@ -61,7 +61,7 @@ (let [nonce (peek @nonces-dropped)] (swap! nonces-dropped pop) nonce) - (let [nonce (.. (.ethGetTransactionCount (create-web3j) + (let [nonce (.. (.ethGetTransactionCount @web3j-obj (env :eth-account) DefaultBlockParameterName/LATEST) sendAsync