aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/mining.rs2
1 files changed, 1 insertions, 1 deletions
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() {
20 let counter = Arc::clone(&counter); 20 let counter = Arc::clone(&counter);
21 threads.push(thread::spawn(move || { 21 threads.push(thread::spawn(move || {
22 let mut b = NakedBlock { 22 let mut b = NakedBlock {
23 transaction_list: vec!["e254275".to_owned()], 23 transaction_list: vec!["fingerprint_of_some_guy".to_owned()],
24 nonce: 0, 24 nonce: 0,
25 timestamp: NaiveDate::from_ymd(2021, 04, 13).and_hms(23, 38, 00), 25 timestamp: NaiveDate::from_ymd(2021, 04, 13).and_hms(23, 38, 00),
26 }; 26 };