Update bcash rpc service registration

This commit is contained in:
Martin Boehm 2018-06-07 13:15:09 +02:00
parent 691bd3907e
commit ac0dbdca42

View File

@ -28,8 +28,8 @@ func init() {
blockChainFactories["zec-testnet"] = zec.NewZCashRPC
blockChainFactories["Ethereum"] = eth.NewEthereumRPC
blockChainFactories["Ethereum Testnet Ropsten"] = eth.NewEthereumRPC
blockChainFactories["bch"] = bch.NewBCashRPC
blockChainFactories["bch-testnet"] = bch.NewBCashRPC
blockChainFactories["Bcash"] = bch.NewBCashRPC
blockChainFactories["Bcash Testnet"] = bch.NewBCashRPC
}
// GetCoinNameFromConfig gets coin name from config file