From b75262f5010c18cd901d31ba8048a161b3c83b65 Mon Sep 17 00:00:00 2001 From: freewil Date: Fri, 29 Aug 2014 13:29:26 -0700 Subject: [PATCH] getBlockChainInfo -> getBlockchainInfo --- lib/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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+