aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-08-25 00:16:29 +0200
committerRiccardo Spagni <ric@spagni.net>2017-08-25 00:16:29 +0200
commit4ff968d0f5c0fae16e57457a13d4953b90918ddd (patch)
tree7e137b7b1b7e932648d76252fc346ce90df82e75
parentMerge pull request #2303 (diff)
parentcore: add mainnet v6 fork height at 1400000 (diff)
downloadmonero-4ff968d0f5c0fae16e57457a13d4953b90918ddd.tar.xz
Merge pull request #2306
5d989b66 core: add mainnet v6 fork height at 1400000 (moneromooo-monero)
-rw-r--r--src/cryptonote_core/blockchain.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cryptonote_core/blockchain.cpp b/src/cryptonote_core/blockchain.cpp
index 14a990131..e00908125 100644
--- a/src/cryptonote_core/blockchain.cpp
+++ b/src/cryptonote_core/blockchain.cpp
@@ -99,6 +99,9 @@ static const struct {
// 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 },
+
+ // version 6 starts from block 1400000, which is on or around the 16th of September, 2017. Fork time finalised on 2017-08-18.
+ { 6, 1400000, 0, 1503046577 },
};
static const uint64_t mainnet_hard_fork_version_1_till = 1009826;