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
|
// these are stored on the server
|
||||||
delete newClientConfig.autoWithdrawMaxFeePercent
|
delete newClientConfig.autoWithdrawMaxFeePercent
|
||||||
|
delete newClientConfig.autoWithdrawThreshold
|
||||||
delete newClientConfig.autoWithdrawMaxFeeTotal
|
delete newClientConfig.autoWithdrawMaxFeeTotal
|
||||||
} catch {
|
} catch {
|
||||||
valid = false
|
valid = false
|
||||||
|
|
Loading…
Reference in New Issue