|
@ -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, |
|
|