summaryrefslogtreecommitdiffstats
path: root/src/schema.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/schema.rs')
-rw-r--r--src/schema.rs2
1 files changed, 1 insertions, 1 deletions
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 {
163 Block { 163 Block {
164 transaction_list: vec!["gradecoin_bank".to_owned()], 164 transaction_list: vec!["gradecoin_bank".to_owned()],
165 nonce: 0, 165 nonce: 0,
166 timestamp: NaiveDate::from_ymd(2021, 04, 11).and_hms(20, 45, 00), 166 timestamp: NaiveDate::from_ymd(2021, 4, 11).and_hms(20, 45, 00),
167 hash: String::from("not_actually_mined"), 167 hash: String::from("not_actually_mined"),
168 } 168 }
169 } 169 }