mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-20 20:49:50 +01:00
wallet/rpc: add setwalletflag RPC and MUTABLE_WALLET_FLAGS
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user