getBlockChainInfo -> getBlockchainInfo

This commit is contained in:
freewil 2014-08-29 13:29:26 -07:00
parent 03f16394db
commit b75262f501

View File

@ -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+