aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-09-18 20:13:47 +0200
committerRiccardo Spagni <ric@spagni.net>2016-09-18 20:13:47 +0200
commitc2faab5e1a46ac8a8f1d6af58eca300c07e212f2 (patch)
tree00d263913c1b162c9d5087fcf7d77103e27ca437
parentremove dead backup seed nodes, add new ones (diff)
downloadmonero-c2faab5e1a46ac8a8f1d6af58eca300c07e212f2.tar.xz
fix v5 height
-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 8eebc5c67..badb1a335 100644
--- a/src/cryptonote_core/blockchain.cpp
+++ b/src/cryptonote_core/blockchain.cpp
@@ -90,7 +90,7 @@ static const struct {
{ 4, 1220517, 0, 1483574400 },
// 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 },
+ { 5, 1406997, 0, 1505865600 },
};
static const uint64_t mainnet_hard_fork_version_1_till = 1009826;