diff --git a/lib/commands.js b/lib/commands.js index 6b4c054..0224d7e 100644 --- a/lib/commands.js +++ b/lib/commands.js @@ -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+