Skip to content

Commit 1ec39e3

Browse files
celbalraiwagerr-builder
authored andcommitted
Update mainnet data - set chain size and year of first block
1 parent de34aff commit 1ec39e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/qt/intro.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
static const uint64_t GB_BYTES = 1000000000LL;
2626
/* 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;
2828
/* Minimum free space (in GB) needed for data directory when pruned; Does not include prune target */
2929
static const uint64_t CHAIN_STATE_SIZE = 1;
3030
/* Total required space (in GB) depending on user choice (prune, not prune) */
@@ -128,7 +128,7 @@ Intro::Intro(QWidget *parent) :
128128
ui->lblExplanation1->setText(ui->lblExplanation1->text()
129129
.arg(tr(PACKAGE_NAME))
130130
.arg(BLOCK_CHAIN_SIZE)
131-
.arg(2014)
131+
.arg(2018)
132132
.arg("Wagerr")
133133
);
134134
ui->lblExplanation2->setText(ui->lblExplanation2->text().arg(tr(PACKAGE_NAME)));

0 commit comments

Comments
 (0)