Skip to content

Commit 3a53b37

Browse files
committed
Add checkpoints to ensure the wallet syncs to the correct chain.
1 parent 89ee0e1 commit 3a53b37

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

src/CryptoNoteConfig.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Copyright (c) 2011-2016 The Cryptonote developers
22
// Copyright (c) 2014-2017 XDN-project developers
3+
// Copyright (c) 2018 DigitalNote XDN developers
34
// Distributed under the MIT/X11 software license, see the accompanying
45
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
56

@@ -179,6 +180,8 @@ const std::initializer_list<CheckpointData> CHECKPOINTS = {
179180
{ 555878, "46d7eac1aea2054be6d98189b865f36c71e3444768f10ccf7fb6261e56e792fa" },
180181
{ 663752, "fa757b3f2afe9381c59e96584ad030638e992f5fe49ac2508e8732d53ff5cf25" },
181182
{ 666192, "204cfa408cf13a87305381ffbceea25d99a327256c5077ac42b7d6310029d9c2" },
183+
{ 669370, "06ef3179b8ea8a6b4b1945424384a73900a6c1a3a30bede9179dea7c6ca98a62" },
184+
{ 676362, "0dd6e5c5371fadc30a995b5819698ecdbf438a96e3920df74f18164426ef620a" },
182185
};
183186

184187
const std::map<const uint32_t, const uint8_t> Version = {

src/version.h.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#define BUILD_COMMIT_ID "@VERSION@"
2-
#define PROJECT_VERSION "5.0.2-beta"
3-
#define PROJECT_VERSION_BUILD_NO "1804"
2+
#define PROJECT_VERSION "5.0.3-beta"
3+
#define PROJECT_VERSION_BUILD_NO "1805"
44
#define PROJECT_VERSION_LONG PROJECT_VERSION "." PROJECT_VERSION_BUILD_NO "(" BUILD_COMMIT_ID ")"

0 commit comments

Comments
 (0)