From b8dede857ce7af52f3fe8c4d696ecb3184247f65 Mon Sep 17 00:00:00 2001 From: Martin Boehm Date: Wed, 5 Sep 2018 15:50:27 +0200 Subject: [PATCH] Add experimental Ethereum Classic blockbook implementation --- bchain/coins/blockchain.go | 1 + 1 file changed, 1 insertion(+) diff --git a/bchain/coins/blockchain.go b/bchain/coins/blockchain.go index 7a7a7241..eb09af3c 100644 --- a/bchain/coins/blockchain.go +++ b/bchain/coins/blockchain.go @@ -34,6 +34,7 @@ func init() { blockChainFactories["Zcash"] = zec.NewZCashRPC blockChainFactories["Zcash Testnet"] = zec.NewZCashRPC blockChainFactories["Ethereum"] = eth.NewEthereumRPC + blockChainFactories["Ethereum Classic"] = eth.NewEthereumRPC blockChainFactories["Ethereum Testnet Ropsten"] = eth.NewEthereumRPC blockChainFactories["Bcash"] = bch.NewBCashRPC blockChainFactories["Bcash Testnet"] = bch.NewBCashRPC