getBlockChainInfo -> getBlockchainInfo
This commit is contained in:
parent
03f16394db
commit
b75262f501
@ -16,7 +16,7 @@ module.exports = {
|
||||
getBalance: 'getbalance',
|
||||
getBestBlockHash: 'getbestblockhash', // bitcoind v0.9.0+
|
||||
getBlock: 'getblock',
|
||||
getBlockChainInfo : 'getblockchaininfo', // bitcoind v0.9.2+
|
||||
getBlockchainInfo : 'getblockchaininfo', // bitcoind v0.9.2+
|
||||
getBlockCount: 'getblockcount',
|
||||
getBlockHash: 'getblockhash',
|
||||
getBlockTemplate: 'getblocktemplate', // bitcoind v0.7.0+
|
||||
|
||||
Loading…
Reference in New Issue
Block a user