Browse Source

max confirmationsNb need to be variable to adapt to 30mn default's

master
Gaëtan Renaudeau 7 years ago
parent
commit
25326624db
  1. 2
      src/helpers/SettingsDefaults.js

2
src/helpers/SettingsDefaults.js

@ -46,7 +46,7 @@ export const currencySettingsDefaults = (currency: CryptoCurrency): Confirmation
? {
min: 1,
def: confirmationsNbDef,
max: 100,
max: 2 * confirmationsNbDef,
}
: null,
}

Loading…
Cancel
Save