Dummy change to testnet2 genesis

This commit is contained in:
Ignotus Peverell 2018-03-22 04:55:34 +00:00
parent ca8447f3bd
commit 1300d7a745
No known key found for this signature in database
GPG key ID: 99CD25F39F8F8211

View file

@ -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