Update frontend/src/app/app.constants.ts

Co-authored-by: Vojtěch Strnad <43024885+vostrnad@users.noreply.github.com>
This commit is contained in:
softsimon 2021-11-13 10:04:38 +04:00 committed by GitHub
parent bde95fd547
commit 402f0ba1b8

View File

@ -137,6 +137,6 @@ export const specialBlocks = {
}, },
'840000': { '840000': {
labelEvent: 'Halving 🥳', labelEvent: 'Halving 🥳',
labelEventCompleted: 'Block Subsidy has halved to 6.25 BTC per block', labelEventCompleted: 'Block Subsidy has halved to 3.125 BTC per block',
} }
}; };