diff options
| author | Derek Zhang <derekdyzhang@gmail.com> | 2017-03-24 18:06:55 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-24 18:06:55 -0700 |
| commit | 2bee92dbd0986e6928bdae8fe92704edc2d16ddc (patch) | |
| tree | e6c5e4cf663836f8a4182df0517308b15913c777 | |
| parent | d17179d14b6f408eb18a9fcc1313c50c9a4c5e80 (diff) | |
| download | monzero-core-2bee92dbd0986e6928bdae8fe92704edc2d16ddc.tar.gz monzero-core-2bee92dbd0986e6928bdae8fe92704edc2d16ddc.tar.xz monzero-core-2bee92dbd0986e6928bdae8fe92704edc2d16ddc.zip | |
Fixed typo in v5 hard fork finalized date
| -rw-r--r-- | src/cryptonote_core/blockchain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/blockchain.cpp b/src/cryptonote_core/blockchain.cpp index daa289f21..0d5a8d46f 100644 --- a/src/cryptonote_core/blockchain.cpp +++ b/src/cryptonote_core/blockchain.cpp @@ -97,7 +97,7 @@ static const struct { // version 4 starts from block 1220516, which is on or around the 5th of January, 2017. Fork time finalised on 2016-09-18. { 4, 1220516, 0, 1483574400 }, - // version 5 starts from block 1288616, which is on or around the 15th of april, 2017. Fork time finalised on 2016-03-14. + // version 5 starts from block 1288616, which is on or around the 15th of April, 2017. Fork time finalised on 2017-03-14. { 5, 1288616, 0, 1489520158 }, }; static const uint64_t mainnet_hard_fork_version_1_till = 1009826; |
