From 88fa3bdca6ebcdbf6944b357a017be17afe99fca Mon Sep 17 00:00:00 2001 From: ekzyis Date: Sun, 20 Oct 2024 15:19:53 +0200 Subject: [PATCH] Fix autoWithdrawThreshold saved in send config --- wallets/index.js | 1 + 1 file changed, 1 insertion(+) 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