argsman.AddArg("-fallbackfee=<amt>",strprintf("A fee rate (in %s/kB) that will be used when fee estimation has insufficient data. 0 to entirely disable the fallbackfee feature. (default: %s)",
argsman.AddArg("-fallbackfee=<amt>",strprintf("A fee rate (in %s/kB) that will be used when fee estimation has insufficient data. 0 to entirely disable the fallbackfee feature. (default: %s)",
argsman.AddArg("-keypool=<n>",strprintf("Set key pool size to <n> (default: %u). Warning: Smaller sizes may increase the risk of losing funds when restoring from an old backup, if none of the addresses in the original keypool have been used.",DEFAULT_KEYPOOL_SIZE),ArgsManager::ALLOW_ANY,OptionsCategory::WALLET);
argsman.AddArg("-keypool=<n>",strprintf("Set key pool size to <n> (default: %u). Warning: Smaller sizes may increase the risk of losing funds when restoring from an old backup, if none of the addresses in the original keypool have been used.",DEFAULT_KEYPOOL_SIZE),ArgsManager::ALLOW_ANY,OptionsCategory::WALLET);
argsman.AddArg("-maxapsfee=<n>",strprintf("Spend up to this amount in additional (absolute) fees (in %s) if it allows the use of partial spend avoidance (default: %s)",CURRENCY_UNIT,FormatMoney(DEFAULT_MAX_AVOIDPARTIALSPEND_FEE)),ArgsManager::ALLOW_ANY,OptionsCategory::WALLET);
argsman.AddArg("-maxtxfee=<amt>",strprintf("Maximum total fees (in %s) to use in a single wallet transaction; setting this too low may abort large transactions (default: %s)",
argsman.AddArg("-maxtxfee=<amt>",strprintf("Maximum total fees (in %s) to use in a single wallet transaction; setting this too low may abort large transactions (default: %s)",