Add getmempoolinfo command
added in bitcoind v0.10
This commit is contained in:
parent
00047173d5
commit
2e4c46cc41
@ -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+
|
||||
|
||||
Loading…
Reference in New Issue
Block a user