mana-ethereum/ethereumex

Doesn't work with geth1.9

ilyadruzh opened this issue · 1 comments

I don't know what happend, but Ethereumex doesn't work with geth1.9.

When I try to call Ethereumex.HttpClient.web3_client_version I get {:error, :econnrefused}.

But with Parity it works good. I get
{:ok, "Parity-Ethereum//v2.6.0-beta-e38293b-20190708/x86_64-linux-gnu/rustc1.36.0"}

Sorry guys, I didn't enable --rpc. Now it is work.