Browse Source

Merge pull request #66 from sangaman/patch-2

Expand rpc blacklist
fix-133-memory-crash
Dan Janosik 6 years ago
committed by GitHub
parent
commit
253ef7a371
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 60
      app/config.js

60
app/config.js

@ -9,27 +9,67 @@ module.exports = {
coin: currentCoin, coin: currentCoin,
rpcBlacklist:[ rpcBlacklist:[
"stop",
"savemempool",
"addnode", "addnode",
"backupwallet",
"bumpfee",
"clearbanned",
"createmultisig",
"disconnectnode", "disconnectnode",
"dumpprivkey", "dumpprivkey",
"dumpwallet", "dumpwallet",
"setban", "encryptwallet",
"clearbanned", "generate",
"setnetworkactive", "generatetoaddress",
"getaccountaddrss",
"getaddressesbyaccount",
"getbalance",
"getnewaddress",
"getrawchangeaddress",
"getreceivedbyaccount",
"getreceivedbyaddress",
"gettransaction",
"getunconfirmedbalance",
"getwalletinfo",
"importaddress",
"importmulti",
"importprivkey",
"importprunedfunds",
"importpubkey",
"importwallet",
"keypoolrefill",
"listaccounts",
"listaddressgroupings",
"listlockunspent",
"listreceivedbyaccount",
"listreceivedbyaddress",
"listsinceblock",
"listtransactions",
"listunspent",
"listwallets",
"lockunspent", "lockunspent",
"logging",
"move", "move",
"preciousblock",
"pruneblockchain"
"removeprunedfunds", "removeprunedfunds",
"rescanblockchain", "rescanblockchain",
"encryptwallet", "savemempool",
"backupwallet", "sendfrom",
"importwallet", "sendmany",
"sendtoaddress",
"sendrawtransaction",
"setaccount"
"setban",
"setnetworkactive",
"signmessage",
"signmessagewithprivatekey",
"signrawtransaction",
"stop",
"submitblock",
"verifychain",
"walletlock", "walletlock",
"walletpassphrase", "walletpassphrase",
"walletpassphrasechange", "walletpassphrasechange",
"verifychain",
"pruneblockchain"
], ],
// https://uasf.saltylemon.org/electrum // https://uasf.saltylemon.org/electrum

Loading…
Cancel
Save