mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-28 14:12:49 +02:00
rpc, wallet: setwalletflags warnings are optional
Without this, trying to disable a wallet flag results in an Internal bug detected.
This commit is contained in:
@@ -257,7 +257,7 @@ static RPCHelpMan setwalletflag()
|
||||
{
|
||||
{RPCResult::Type::STR, "flag_name", "The name of the flag that was modified"},
|
||||
{RPCResult::Type::BOOL, "flag_state", "The new state of the flag"},
|
||||
{RPCResult::Type::STR, "warnings", "Any warnings associated with the change"},
|
||||
{RPCResult::Type::STR, "warnings", /*optional=*/true, "Any warnings associated with the change"},
|
||||
}
|
||||
},
|
||||
RPCExamples{
|
||||
|
Reference in New Issue
Block a user