Browse Source

fixes 963

master
Anastasia Poupeney 7 years ago
parent
commit
c65913edaa
  1. 2
      src/helpers/SettingsDefaults.js

2
src/helpers/SettingsDefaults.js

@ -16,7 +16,7 @@ export const currencySettingsDefaults = ({
let confirmationsNb let confirmationsNb
if (blockAvgTime) { if (blockAvgTime) {
const def = Math.ceil((30 * 60) / blockAvgTime) // 30 min approx validation const def = Math.ceil((30 * 60) / blockAvgTime) // 30 min approx validation
confirmationsNb = { min: 1, def, max: 2 * def } confirmationsNb = { min: 1, def, max: 3 * def }
} }
return { return {
confirmationsNb, confirmationsNb,

Loading…
Cancel
Save