diff --git a/wallets/index.js b/wallets/index.js index c403677f..459b04b2 100644 --- a/wallets/index.js +++ b/wallets/index.js @@ -201,6 +201,7 @@ function useConfig (wallet) { } // these are stored on the server delete newClientConfig.autoWithdrawMaxFeePercent + delete newClientConfig.autoWithdrawThreshold delete newClientConfig.autoWithdrawMaxFeeTotal } catch { valid = false