Skip to content

Commit

Permalink
Released v3.89.15. Added checkpoints.
Browse files Browse the repository at this point in the history
  • Loading branch information
FromHDDtoSSD committed Jul 31, 2024
1 parent 883c96c commit 9358ab5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SorachanCoinQ-qt.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TEMPLATE = app
VERSION = 3.89.14
VERSION = 3.89.15

INCLUDEPATH += src src/json src/qt
QT += core gui network
Expand Down
5 changes: 3 additions & 2 deletions src/checkpoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ const MapCheckpoints Checkpoints::manage::mapCheckpoints =
{ 565694, uint256("0x06604fd50f43cd8b77ada61c5a761a7e0d1ac0c0b2989a751e3089bb6fcc3748") }, // 1634996637
{ 627453, uint256("0x27e250658705ddb55129e94f615b36f344f0de1648f1ec286b5562d85befe96a") }, // 1647145568
{ 681173, uint256("0x9a5616190f4ef00470ca4ca2cf40e893a16fbc16e92993ed23db7003f84e8c8d") }, // 1658537428
{ 946279, uint256("0x000000000023a0d2a571f156b4ca4c0817f692785b8246b33524d7565448e9d6") } // 1706666355
{ 946279, uint256("0x000000000023a0d2a571f156b4ca4c0817f692785b8246b33524d7565448e9d6") }, // 1706666355
{ 1028909, uint256("0x00000000013a5ce77d53f98a20bcfd32881395d014a63de9adb4ca0dbb6204bf") } // 1722407522
};

const MapCheckpoints Checkpoints::manage::mapCheckpointsTestnet =
Expand All @@ -59,7 +60,7 @@ const MapCheckpoints Checkpoints::manage::mapCheckpointsTestnet =
//{ 15330, uint256("0x000011410a666bec2c474fe25c847ea903279f96d47422ebe4dda1fd44450406") } // [OK] NG test 1533660799
};

const LastCheckpointTime Checkpoints::manage::CheckpointLastTime = 1706666355;
const LastCheckpointTime Checkpoints::manage::CheckpointLastTime = 1722407522;
const LastCheckpointTime Checkpoints::manage::CheckpointLastTimeTestnet = 1533660799;

//
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ class format_version : private no_instance
// display version
#define DISPLAY_VERSION_MAJOR 3
#define DISPLAY_VERSION_MINOR 89
#define DISPLAY_VERSION_REVISION 14
#define DISPLAY_VERSION_REVISION 15

#endif

0 comments on commit 9358ab5

Please sign in to comment.