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
wagerr-builder committed Dec 30, 2022
1 parent 97170ba commit 2b2af16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/intro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Intro::Intro(QWidget *parent, uint64_t blockchain_size, uint64_t chain_state_siz
ui->lblExplanation1->setText(ui->lblExplanation1->text()
.arg(PACKAGE_NAME)
.arg(m_blockchain_size)
.arg(2014)
.arg(2018)
.arg("Wagerr")
);
ui->lblExplanation2->setText(ui->lblExplanation2->text().arg(PACKAGE_NAME));
Expand Down

0 comments on commit 2b2af16

Please sign in to comment.