setwalletflag

Argument #1-flag

Type: string, Required

Description: The name of the flag to change. Current available flags: avoid_reuse

Argument #2-value

Type: boolean, Optional
Default=true

Description: The new state.

Result

  {                               (json object)
    "flag_name" : "str",          (string) The name of the flag that was modified
    "flag_state" : true|false,    (boolean) The new state of the flag
    "warnings" : "str"            (string, optional) Any warnings associated with the change
  }