From adb80713ffea2a39fb600a3e61348dbd207bba52 Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Mon, 22 Apr 2024 12:55:33 -0400 Subject: [PATCH] halving #4 day --- app/coins/btcHolidays.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/coins/btcHolidays.js b/app/coins/btcHolidays.js index c2dabf03c..f7d95dd37 100644 --- a/app/coins/btcHolidays.js +++ b/app/coins/btcHolidays.js @@ -155,6 +155,11 @@ module.exports = { name: "First Transaction Day", date: "2009-01-12", desc: "On this day in 2009, Satoshi transferred BTC via the first ever (non-coinbase) transaction. The recipient of that historic transaction is none other than Hal Finney." + }, + { + name: "Halving #4 Day", + date: "2024-04-20", + desc: "On this day in 2024, just after midnight UTC, the fourth \"Halving\" cut the subsidy from 6.25 BTC to 3.125 BTC." } ] };