diff options
author | Karl-Johan Alm <karljohan-alm@garage.co.jp> | 2018-09-13 13:35:10 +0900 |
---|---|---|
committer | Karl-Johan Alm <karljohan-alm@garage.co.jp> | 2019-05-29 18:40:31 +0900 |
commit | f904723e0d5883309cb0dd14b826bc45c5e776fb (patch) | |
tree | bb155f2c136f7a1fad27f4aef2ba16b754a11860 /src/rpc | |
parent | 8247a0da3a46d7c38943ee0304343ab7465305bd (diff) |
wallet/rpc: add setwalletflag RPC and MUTABLE_WALLET_FLAGS
Diffstat (limited to 'src/rpc')
-rw-r--r-- | src/rpc/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index 4144a17bc3..6667db0abe 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -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" }, |