Fix: default 0 zeroConfLimit for new coins

This commit is contained in:
csrapr 2021-04-09 19:44:08 +01:00 committed by Josh Harvey
parent fafee1a727
commit 65a55a669d
7 changed files with 63 additions and 138 deletions

View file

@ -52,6 +52,8 @@ const AllSet = ({ data: currentData, doContinue }) => {
const accountsConfig = data?.accountsConfig
const cryptoCurrencies = data?.cryptoCurrencies ?? []
currentData.zeroConfLimit = 0
const save = () => {
if (!WalletSchema.isValidSync(currentData)) return setError(true)