new defaults

This commit is contained in:
Ivan Socolsky 2016-03-04 09:51:34 -03:00
parent f1c37ee4b3
commit 9e0891f644
1 changed files with 2 additions and 2 deletions

View File

@ -32,11 +32,11 @@ Defaults.FEE_LEVELS = [{
}, {
name: 'normal',
nbBlocks: 2,
defaultValue: 20000
defaultValue: 40000
}, {
name: 'economy',
nbBlocks: 6,
defaultValue: 10000
defaultValue: 25000
}];
// Minimum nb of addresses a wallet must have to start using 2-step balance optimization