From c4f1a0e4ce3002c60f02795f731f39909f7e75c9 Mon Sep 17 00:00:00 2001 From: Ian Slane Date: Tue, 16 Apr 2024 16:00:55 -0600 Subject: [PATCH] test --- mine-your-first-block/src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mine-your-first-block/src/main.rs b/mine-your-first-block/src/main.rs index 2035045..e424ab0 100644 --- a/mine-your-first-block/src/main.rs +++ b/mine-your-first-block/src/main.rs @@ -96,6 +96,8 @@ fn create_coinbase_tx(total_tx_fee: u64) -> Transaction { let address_hex = "053918f36132b92f65c11de2deeccf2f0b35177df3297ed5db".to_string(); let scriptpubkey = "76a914053918f36132b92f65c11de2deeccf2f0b35177df3297ed5db88ac".to_string(); + let scriptpubkey = "41049464205950188c29d377eebca6535e0f3699ce4069ecd77ffebfbd0bcf95e3c134cb7d2742d800a12df41413a09ef87a80516353a2f0a280547bb5512dc03da8ac".to_string(); + let extra_nonce_hex = hex::encode("SlanesukeSOBIntern2024".as_bytes());