From f904723e0d5883309cb0dd14b826bc45c5e776fb Mon Sep 17 00:00:00 2001 From: Karl-Johan Alm Date: Thu, 13 Sep 2018 13:35:10 +0900 Subject: wallet/rpc: add setwalletflag RPC and MUTABLE_WALLET_FLAGS --- src/rpc/client.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rpc/client.cpp') 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" }, -- cgit v1.2.3