Skip to content

Commit

Permalink
Update mainnet data - set chain size and year of first block
Browse files Browse the repository at this point in the history
  • Loading branch information
celbalrai authored and wagerr-builder committed May 17, 2022
1 parent 8d4e867 commit b120428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qt/intro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

static const uint64_t GB_BYTES = 1000000000LL;
/* Minimum free space (in GB) needed for data directory */
static const uint64_t BLOCK_CHAIN_SIZE = 35;
static const uint64_t BLOCK_CHAIN_SIZE = 7;
/* Minimum free space (in GB) needed for data directory when pruned; Does not include prune target */
static const uint64_t CHAIN_STATE_SIZE = 1;
/* Total required space (in GB) depending on user choice (prune, not prune) */
Expand Down Expand Up @@ -128,7 +128,7 @@ Intro::Intro(QWidget *parent) :
ui->lblExplanation1->setText(ui->lblExplanation1->text()
.arg(tr(PACKAGE_NAME))
.arg(BLOCK_CHAIN_SIZE)
.arg(2014)
.arg(2018)
.arg("Wagerr")
);
ui->lblExplanation2->setText(ui->lblExplanation2->text().arg(tr(PACKAGE_NAME)));
Expand Down

0 comments on commit b120428

Please sign in to comment.