From cf0fccc4dd6df73ee6f5aafc70b964915412cc46 Mon Sep 17 00:00:00 2001 From: Ian Slane Date: Mon, 22 Apr 2024 01:20:22 -0600 Subject: [PATCH] test --- mine-your-first-block/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mine-your-first-block/src/main.rs b/mine-your-first-block/src/main.rs index 7d4844c..2c723e4 100644 --- a/mine-your-first-block/src/main.rs +++ b/mine-your-first-block/src/main.rs @@ -1373,7 +1373,7 @@ fn main() { coinbase_txid_le.reverse(); //let coinbase_txid = hex::encode(coinbase_txid_le); //println!("Coinbase txid: {}", coinbase_txid); - let coinbase_txid = "13e1519bbd47573a90363619048217150613c1ced8e0637cc80b85c065f20919".to_string(); + let coinbase_txid = "1909f265c0850bc87c63e0d8cec1130615178204193636903a5747bd9b51e113".to_string(); // Insert the coinbase transaction at the beginning of block_txs let coinbase_tx_for_processing = TransactionForProcessing {