Merge pull request #27 from challengerdeep/mempoolinfo
Add getmempoolinfo command
This commit is contained in:
commit
4f47030c53
@ -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