aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-03-21 13:22:54 +0200
committerRiccardo Spagni <ric@spagni.net>2016-03-21 13:22:54 +0200
commitbdc07f029a4a3f33e4fc57fc143c46f44627211c (patch)
treeaac9c2415db5b83633a0ea25d2edca151af1892a /src
parentMerge pull request #742 (diff)
parentalso maybe do the block height this time, you know, just so that it actually ... (diff)
downloadmonero-bdc07f029a4a3f33e4fc57fc143c46f44627211c.tar.xz
Merge pull request #743
a1c3829 also maybe do the block height this time, you know, just so that it actually works. (Riccardo Spagni)
Diffstat (limited to 'src')
-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 5a7c9ba5a..00bae3741 100644
--- a/src/cryptonote_core/blockchain.cpp
+++ b/src/cryptonote_core/blockchain.cpp
@@ -83,7 +83,7 @@ static const struct {
{ 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, 1458558528 },
+ { 3, 1141317, 0, 1458558528 },
};
static const uint64_t mainnet_hard_fork_version_1_till = 1009826;