aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/blockchain.cpp
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-03-25 13:29:11 +0200
committerRiccardo Spagni <ric@spagni.net>2017-03-25 13:29:11 +0200
commit119803f26e8c5ea0cfaf36cc3227f06159d25581 (patch)
tree4522c64d34bf7b3f32eb1496fff21ebdd1c541c4 /src/cryptonote_core/blockchain.cpp
parent4737f61c81ad1f3d8a7767e6b9a38c2fec9dca98 (diff)
parent2bee92dbd0986e6928bdae8fe92704edc2d16ddc (diff)
downloadmonzero-core-119803f26e8c5ea0cfaf36cc3227f06159d25581.tar.gz
monzero-core-119803f26e8c5ea0cfaf36cc3227f06159d25581.tar.xz
monzero-core-119803f26e8c5ea0cfaf36cc3227f06159d25581.zip
Merge pull request #1921
2bee92db Fixed typo in v5 hard fork finalized date (Derek Zhang) d17179d1 Fixed typo in CLI wallet help message (Derek Zhang)
Diffstat (limited to 'src/cryptonote_core/blockchain.cpp')
-rw-r--r--src/cryptonote_core/blockchain.cpp2
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;