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 9eb159617f
commit d9cf6a2604

View File

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