From 8d2584ab773cfbd5328245f4111499e0b4886e61 Mon Sep 17 00:00:00 2001 From: Ilya Kitaev Date: Thu, 7 Mar 2019 03:33:03 +0300 Subject: [PATCH] rta-alpha5 hf13 --- README.md | 1 + src/cryptonote_core/blockchain.cpp | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c89b17d90..4418454f0 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ Dates are provided in the format YYYY-MM-DD. | 2019-01-17 | v12 | 1.3.4 | 1.3.4 | Public RTA alpha4 | | 2019-01-30 | v12 | 1.3.4.1 | 1.3.4.1 | Public RTA alpha4.1 | | 2019-02-13 | v12 | 1.3.4.2 | 1.3.4.2 | Public RTA alpha4.2 | +| 2019-03-07 | v13 | 1.3.5 | 1.3.5 | Public RTA alpha5 | ## Installing Graft Network from a Package diff --git a/src/cryptonote_core/blockchain.cpp b/src/cryptonote_core/blockchain.cpp index 115476414..307b4223d 100644 --- a/src/cryptonote_core/blockchain.cpp +++ b/src/cryptonote_core/blockchain.cpp @@ -146,7 +146,8 @@ static const struct { { 9, 67350, 0, 1524229900 }, { 10, 139210, 0, 1534270000 }, // rta-alpha1 hf { 11, 187065, 0, 1540796400 }, // rta-alpha2 hf - { 12, 199740, 0, 1542182400 } // rta-alpha public hf (includes PoW change to CN variant 2) + { 12, 199740, 0, 1542182400 }, // rta-alpha public hf (includes PoW change to CN variant 2) + { 13, 274220, 0, 1551924000 } // rta-alpha5 (rta-mining) }; // static const uint64_t testnet_hard_fork_version_1_till = 624633; static const uint64_t testnet_hard_fork_version_1_till = 1;