Add support for getblockchaininfo rpc cmd

-sync.supply setting now allows getting moneysupply from getblockchaininfo cmd
-README updated with info abour getblockchaininfo cmd
This commit is contained in:
Joe Uhren
2022-06-24 21:12:35 -06:00
parent 57b6dd72a9
commit c64cc24e04
5 changed files with 37 additions and 0 deletions
+2
View File
@@ -43,6 +43,7 @@ module.exports = function() {
case 'getrawtransaction':
case 'getsupply':
case 'getinfo':
case 'getblockchaininfo':
case 'getpeerinfo':
case 'gettxoutsetinfo':
case 'getmaxmoney':
@@ -156,6 +157,7 @@ module.exports = function() {
case 'getconnectioncount':
case 'getblockcount':
case 'getinfo':
case 'getblockchaininfo':
case 'getpeerinfo':
case 'gettxoutsetinfo':
case 'getvotelist':