Fix web3j obj reference
This commit is contained in:
parent
8c6b15d4c9
commit
f50638552f
|
@ -61,7 +61,7 @@
|
||||||
(let [nonce (peek @nonces-dropped)]
|
(let [nonce (peek @nonces-dropped)]
|
||||||
(swap! nonces-dropped pop)
|
(swap! nonces-dropped pop)
|
||||||
nonce)
|
nonce)
|
||||||
(let [nonce (.. (.ethGetTransactionCount (create-web3j)
|
(let [nonce (.. (.ethGetTransactionCount @web3j-obj
|
||||||
(env :eth-account)
|
(env :eth-account)
|
||||||
DefaultBlockParameterName/LATEST)
|
DefaultBlockParameterName/LATEST)
|
||||||
sendAsync
|
sendAsync
|
||||||
|
|
Loading…
Reference in New Issue