wallet/rpc: add setwalletflag RPC and MUTABLE_WALLET_FLAGS

This commit is contained in:
Karl-Johan Alm
2018-09-13 13:35:10 +09:00
parent 8247a0da3a
commit f904723e0d
3 changed files with 75 additions and 0 deletions

View File

@@ -141,6 +141,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "setban", 2, "bantime" },
{ "setban", 3, "absolute" },
{ "setnetworkactive", 0, "state" },
{ "setwalletflag", 1, "value" },
{ "getmempoolancestors", 1, "verbose" },
{ "getmempooldescendants", 1, "verbose" },
{ "bumpfee", 1, "options" },