Have wallet's default bump value be higher than the default incrementalRelayFee to future proof against changes to incremental relay fee. Only applies when not setting the fee rate directly.
throwJSONRPCError(RPC_INVALID_PARAMETER,strprintf("Invalid totalFee, must be at least %s (oldFee %s + relayFee %s)", FormatMoney(minTotalFee), nOldFeeRate.GetFee(maxNewTxSize), ::incrementalRelayFee.GetFee(maxNewTxSize)));
throwJSONRPCError(RPC_INVALID_PARAMETER,strprintf("Insufficient totalFee, must be at least %s (oldFee %s + incrementalFee %s)",