Merge pull request #27 from challengerdeep/mempoolinfo

Add getmempoolinfo command
This commit is contained in:
Sean Lavine 2015-06-24 08:53:42 -07:00
commit 4f47030c53

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+