mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 11:31:08 +03:00
Dummy change to testnet2 genesis
This commit is contained in:
parent
ca8447f3bd
commit
1300d7a745
1 changed files with 3 additions and 3 deletions
|
@ -84,9 +84,9 @@ pub fn genesis_testnet2() -> core::Block {
|
||||||
previous: core::hash::Hash([0xff; 32]),
|
previous: core::hash::Hash([0xff; 32]),
|
||||||
timestamp: time::Tm {
|
timestamp: time::Tm {
|
||||||
tm_year: 2017 - 1900,
|
tm_year: 2017 - 1900,
|
||||||
tm_mon: 10,
|
tm_mon: 3,
|
||||||
tm_mday: 16,
|
tm_mday: 21,
|
||||||
tm_hour: 20,
|
tm_hour: 22,
|
||||||
..time::empty_tm()
|
..time::empty_tm()
|
||||||
},
|
},
|
||||||
//TODO: Check this is over-estimated at T2 launch
|
//TODO: Check this is over-estimated at T2 launch
|
||||||
|
|
Loading…
Reference in a new issue