mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-10 01:25:39 +00:00
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…
x
Reference in New Issue
Block a user