From c41eef1f1987b570fdf1a28262505ec8522997a9 Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Fri, 12 Jan 2024 11:04:48 -0500 Subject: [PATCH] first tx day --- app/coins/btcHolidays.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/coins/btcHolidays.js b/app/coins/btcHolidays.js index 30adcc403..96576957a 100644 --- a/app/coins/btcHolidays.js +++ b/app/coins/btcHolidays.js @@ -150,6 +150,11 @@ module.exports = { name: "Bitcoin ETFs Day", date: "2024-01-10", desc: "On this day in 2024, after 10 years of denials, the US SEC approved 11 ETF products, enabling BTC price exposure to previously inaccessible capital markets." + }, + { + name: "First Transaction Day", + date: "2009-01-11", + 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." } ] };