From debc755d949616b6e21daf8946f6002fa1be8570 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 20 Apr 2021 12:21:50 +0300 Subject: Change block proposal, fix tests --- examples/mining.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/mining.rs') diff --git a/examples/mining.rs b/examples/mining.rs index 1d86a20..e3d1487 100644 --- a/examples/mining.rs +++ b/examples/mining.rs @@ -20,7 +20,7 @@ pub fn main() { let counter = Arc::clone(&counter); threads.push(thread::spawn(move || { let mut b = NakedBlock { - transaction_list: vec!["e254275".to_owned()], + transaction_list: vec!["fingerprint_of_some_guy".to_owned()], nonce: 0, timestamp: NaiveDate::from_ymd(2021, 04, 13).and_hms(23, 38, 00), }; -- cgit v1.2.3-70-g09d2