Fix autoWithdrawThreshold saved in send config
This commit is contained in:
parent
c97ce2627b
commit
88fa3bdca6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue