setwalletflag
Wallet
Summary
Change the state of the given wallet flag for a wallet.
Description
Change the state of the given wallet flag for a wallet.
Arguments
flag(STR, required): The name of the flag to change. Current available flags: avoid_reusevalue(BOOL): The new state.
Results
value(OBJ): No description.flag_name(STR): The name of the flag that was modifiedflag_state(BOOL): The new state of the flagwarnings(STR, optional): Any warnings associated with the change
Examples
qbit-cli setwalletflag avoid_reuse
curl --user myusername --data-binary '{"jsonrpc": "2.0", "id": "curltest", "method": "setwalletflag", "params": ["avoid_reuse"]}' -H 'content-type: application/json' http://127.0.0.1:8352/