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', } };