Fix autoWithdrawThreshold saved in send config

This commit is contained in:
ekzyis 2024-10-20 15:19:53 +02:00
parent c97ce2627b
commit 88fa3bdca6
1 changed files with 1 additions and 0 deletions

View File

@ -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