diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-09-18 19:35:36 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-09-18 19:35:36 +0200 |
commit | cebbcf0f640f3b9c1fb2cf4abe0651035ff24477 (patch) | |
tree | 578847379069312b7bfebc96c39c10143a4984f1 /src/cryptonote_core | |
parent | update version (diff) | |
download | monero-cebbcf0f640f3b9c1fb2cf4abe0651035ff24477.tar.xz |
fix v5 fork date description
Diffstat (limited to 'src/cryptonote_core')
-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 196cc9fc5..8eebc5c67 100644 --- a/src/cryptonote_core/blockchain.cpp +++ b/src/cryptonote_core/blockchain.cpp @@ -89,7 +89,7 @@ static const struct { // version 4 starts from block 1220517, which is on or around the 5th of January, 2017. Fork time finalised on 2016-09-18. { 4, 1220517, 0, 1483574400 }, - // version 5 starts from block 1406997, which is on or around the 20th of September, 2016. Fork time finalised on 2016-09-18. + // version 5 starts from block 1406997, which is on or around the 20th of September, 2017. Fork time finalised on 2016-09-18. { 5, 1141317, 0, 1505865600 }, }; static const uint64_t mainnet_hard_fork_version_1_till = 1009826; |