Update bcash rpc service registration
This commit is contained in:
parent
691bd3907e
commit
ac0dbdca42
@ -28,8 +28,8 @@ func init() {
|
|||||||
blockChainFactories["zec-testnet"] = zec.NewZCashRPC
|
blockChainFactories["zec-testnet"] = zec.NewZCashRPC
|
||||||
blockChainFactories["Ethereum"] = eth.NewEthereumRPC
|
blockChainFactories["Ethereum"] = eth.NewEthereumRPC
|
||||||
blockChainFactories["Ethereum Testnet Ropsten"] = eth.NewEthereumRPC
|
blockChainFactories["Ethereum Testnet Ropsten"] = eth.NewEthereumRPC
|
||||||
blockChainFactories["bch"] = bch.NewBCashRPC
|
blockChainFactories["Bcash"] = bch.NewBCashRPC
|
||||||
blockChainFactories["bch-testnet"] = bch.NewBCashRPC
|
blockChainFactories["Bcash Testnet"] = bch.NewBCashRPC
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetCoinNameFromConfig gets coin name from config file
|
// GetCoinNameFromConfig gets coin name from config file
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user