File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
25
25
static const uint64_t GB_BYTES = 1000000000LL ;
26
26
/* Minimum free space (in GB) needed for data directory */
27
- static const uint64_t BLOCK_CHAIN_SIZE = 35 ;
27
+ static const uint64_t BLOCK_CHAIN_SIZE = 7 ;
28
28
/* Minimum free space (in GB) needed for data directory when pruned; Does not include prune target */
29
29
static const uint64_t CHAIN_STATE_SIZE = 1 ;
30
30
/* Total required space (in GB) depending on user choice (prune, not prune) */
@@ -128,7 +128,7 @@ Intro::Intro(QWidget *parent) :
128
128
ui->lblExplanation1 ->setText (ui->lblExplanation1 ->text ()
129
129
.arg (tr (PACKAGE_NAME))
130
130
.arg (BLOCK_CHAIN_SIZE)
131
- .arg (2014 )
131
+ .arg (2018 )
132
132
.arg (" Wagerr" )
133
133
);
134
134
ui->lblExplanation2 ->setText (ui->lblExplanation2 ->text ().arg (tr (PACKAGE_NAME)));
You can’t perform that action at this time.
0 commit comments