Fix web3j obj reference

This commit is contained in:
Vitaliy Vlasov 2018-04-19 16:21:08 +03:00
parent 8c6b15d4c9
commit f50638552f
1 changed files with 1 additions and 1 deletions

View File

@ -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