mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 11:31:08 +03:00
Date format uses year since 1900.
This commit is contained in:
parent
1ab9001338
commit
2e52b13c35
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ pub fn genesis() -> core::Block {
|
||||||
height: 0,
|
height: 0,
|
||||||
previous: core::hash::Hash([0xff; 32]),
|
previous: core::hash::Hash([0xff; 32]),
|
||||||
timestamp: time::Tm {
|
timestamp: time::Tm {
|
||||||
tm_year: 1997,
|
tm_year: 1997-1900,
|
||||||
tm_mon: 7,
|
tm_mon: 7,
|
||||||
tm_mday: 4,
|
tm_mday: 4,
|
||||||
..time::empty_tm()
|
..time::empty_tm()
|
||||||
|
|
Loading…
Reference in a new issue