Browse Source

more rpc cmd blacklist additions

fix-133-memory-crash
Dan Janosik 7 years ago
parent
commit
9d75fcddb4
  1. 2
      app/config.js

2
app/config.js

@ -13,6 +13,7 @@ module.exports = {
"dumpprivkey",
"dumpwallet",
"setban",
"clearbanned",
"setnetworkactive",
"lockunspent",
"move",
@ -24,6 +25,7 @@ module.exports = {
"walletlock",
"walletpassphrase",
"walletpassphrasechange",
"verifychain",
"pruneblockchain"
],

Loading…
Cancel
Save