From d9cf6a2604295f3ca704339573256c03ab6d8a33 Mon Sep 17 00:00:00 2001 From: softsimon Date: Sat, 13 Nov 2021 10:04:38 +0400 Subject: [PATCH] Update frontend/src/app/app.constants.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Vojtěch Strnad <43024885+vostrnad@users.noreply.github.com> --- frontend/src/app/app.constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/app.constants.ts b/frontend/src/app/app.constants.ts index 893c0809c..b7ebfc1b5 100644 --- a/frontend/src/app/app.constants.ts +++ b/frontend/src/app/app.constants.ts @@ -137,6 +137,6 @@ export const specialBlocks = { }, '840000': { labelEvent: 'Halving 🥳', - labelEventCompleted: 'Block Subsidy has halved to 6.25 BTC per block', + labelEventCompleted: 'Block Subsidy has halved to 3.125 BTC per block', } };