aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-08-18 09:57:21 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-08-18 10:03:49 +0100
commit5d989b661aa30cf54501cab267c05df68903dedf (patch)
tree7e137b7b1b7e932648d76252fc346ce90df82e75 /src/cryptonote_core
parentMerge pull request #2303 (diff)
downloadmonero-5d989b661aa30cf54501cab267c05df68903dedf.tar.xz
core: add mainnet v6 fork height at 1400000
Diffstat (limited to 'src/cryptonote_core')
-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;