Fix web3j obj reference
This commit is contained in:
parent
8c6b15d4c9
commit
f50638552f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue