From 237fa34e91d8c1833c2dbd0244929669c271ab5e Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 15 Apr 2021 14:30:41 +0300 Subject: Cleaned up user authentication Removed TODOs, unrolled unwraps --- src/schema.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/schema.rs') diff --git a/src/schema.rs b/src/schema.rs index 6f2f1f3..dca0eef 100644 --- a/src/schema.rs +++ b/src/schema.rs @@ -163,7 +163,7 @@ impl Block { Block { transaction_list: vec!["gradecoin_bank".to_owned()], nonce: 0, - timestamp: NaiveDate::from_ymd(2021, 04, 11).and_hms(20, 45, 00), + timestamp: NaiveDate::from_ymd(2021, 4, 11).and_hms(20, 45, 00), hash: String::from("not_actually_mined"), } } -- cgit v1.2.3-70-g09d2