diff --git a/app/config.js b/app/config.js index 1001eb1..736f4b3 100644 --- a/app/config.js +++ b/app/config.js @@ -89,6 +89,7 @@ module.exports = { "importprunedfunds", "importpubkey", "importwallet", + "invalidateblock", "keypoolrefill", "listaccounts", "listaddressgroupings", @@ -104,6 +105,7 @@ module.exports = { "move", "preciousblock", "pruneblockchain", + "reconsiderblock", "removeprunedfunds", "rescanblockchain", "savemempool", @@ -113,13 +115,19 @@ module.exports = { "sendrawtransaction", "setaccount", "setban", + "setmocktime", "setnetworkactive", "signmessage", "signmessagewithprivatekey", "signrawtransaction", + "signrawtransactionwithkey", "stop", "submitblock", + "syncwithvalidationinterfacequeue", "verifychain", + "waitforblock", + "waitforblockheight", + "waitfornewblock", "walletlock", "walletpassphrase", "walletpassphrasechange",