Add getmempoolinfo command

added in bitcoind v0.10
This commit is contained in:
Vincent de Lagabbe 2015-06-24 14:57:49 +02:00
parent 00047173d5
commit 2e4c46cc41

View File

@ -29,6 +29,7 @@ module.exports = {
getHashesPerSecond: 'gethashespersec',
getHashesPerSec: 'gethashespersec',
getInfo: 'getinfo',
getMempoolInfo: 'getmempoolinfo', // bitcoind v0.10+
getMiningInfo: 'getmininginfo',
getNetTotals: 'getnettotals',
getNetworkInfo: 'getnetworkinfo', // bitcoind v0.9.2+