Skip to content

Commit

Permalink
* Checkpoint added
Browse files Browse the repository at this point in the history
* Build version updated
  • Loading branch information
GiantCoreDev committed Jul 5, 2018
1 parent 131dc98 commit f8e61fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -3,7 +3,7 @@ AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 1)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 2)
define(_CLIENT_VERSION_BUILD, 3)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2018)
AC_INIT([GIANT Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://giantpay.network],[giant])
Expand Down
3 changes: 2 additions & 1 deletion src/chainparams.cpp
Expand Up @@ -58,7 +58,8 @@ static void convertSeed6(std::vector<CAddress>& vSeedsOut, const SeedSpec6* data

static Checkpoints::MapCheckpoints mapCheckpoints =
boost::assign::map_list_of
(0, uint256("0x000007b556429edd30fc5a0736451513896ac7b5df3570f1b903d812b8d1f01f"));
(0, uint256("0x000007b556429edd30fc5a0736451513896ac7b5df3570f1b903d812b8d1f01f"))
(40300, uint256("0x0000000000003b6e75d462fba032e235c76b20b4fe3854294ace55df08f2c7e3"));
static const Checkpoints::CCheckpointData data = {
&mapCheckpoints,
1524781746, // * UNIX timestamp of last checkpoint block
Expand Down

0 comments on commit f8e61fb

Please sign in to comment.