aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-03-21 12:53:49 +0200
committerRiccardo Spagni <ric@spagni.net>2016-03-21 12:53:49 +0200
commiteda51a0dc36946af9528ee82216d73330587e145 (patch)
treecaa3e699c4214abdf3e3e519aae158a7314af072 /src
parentMerge pull request #738 (diff)
downloadmonero-eda51a0dc36946af9528ee82216d73330587e145.tar.xz
set fork date for September, add hyc's GPG key, remove aabramov's
Diffstat (limited to 'src')
-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 8b7f298ee..cec4feece 100644
--- a/src/cryptonote_core/blockchain.cpp
+++ b/src/cryptonote_core/blockchain.cpp
@@ -81,6 +81,9 @@ static const struct {
// version 2 starts from block 1009827, which is on or around the 20th of March, 2016. Fork time finalised on 2015-09-20. No fork voting occurs for the v2 fork.
{ 2, 1009827, 0, 1442763710 },
+
+ // version 3 starts from block 1141317, which is on or around the 24th of September, 2016. Fork time finalised on 2016-03-21.
+ { 3, 1009827, 0, 1442763710 },
};
static const uint64_t mainnet_hard_fork_version_1_till = 1009826;