Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nyerium-core committed Apr 26, 2018
1 parent 5c3904c commit b7ada5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,7 @@ static void convertSeed6(std::vector<CAddress>& vSeedsOut, const SeedSpec6* data
// + Contains no strange transactions
static Checkpoints::MapCheckpoints mapCheckpoints =
boost::assign::map_list_of
(0, uint256("0x000008b0b6bba489bd1e690a30c44e604f371f8e207db45142155147b079c47d"))
(1, uint256("0x00000630c52e0ef4abe7952807b15670ce325353af252a88601141516fb584b4"))
(2, uint256("0x000000bcd7ecc7fdc05cf5ed9a19ee0d9fabf2f17cd4502ebe1a28be697e76e7"))
(3, uint256("0x0000095e426d7f0b388e200b7196bba71971eca29fcb31a4541297b7a5d1f84f"))
(4, uint256("0x00000e303d996dbb5593000fcd9062831d651fae08186961b27dbb5860af78cb"));
(0, uint256("0x000008b0b6bba489bd1e690a30c44e604f371f8e207db45142155147b079c47d"));
static const Checkpoints::CCheckpointData data = {
&mapCheckpoints,
1524656959, // * UNIX timestamp of last checkpoint block
Expand Down
2 changes: 1 addition & 1 deletion src/qt/nyerium.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</qresource>
<qresource prefix="/css">
<file alias="default">res/css/default.css</file>
<file>`$PWD`\src/qt/res/css/ara.ttf</file>
<file>/home/travis/build/nyerium-core/nyerium/src/qt/res/css/ara.ttf</file>
</qresource>
<qresource prefix="/images">
<file alias="about">res/images/about.png</file>
Expand Down

0 comments on commit b7ada5b

Please sign in to comment.