Skip to content

Commit

Permalink
Merge pull request #104 from masari-project/release-v0.2.4.4
Browse files Browse the repository at this point in the history
Release v0.2.4.4
  • Loading branch information
thaerkh authored Sep 25, 2018
2 parents f5f8812 + 5e12476 commit 235b13d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Binary file modified src/blocks/checkpoints.dat
Binary file not shown.
2 changes: 2 additions & 0 deletions src/checkpoints/checkpoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ namespace cryptonote
ADD_CHECKPOINT(160000, "ed8dcebfd49197f628fd41ae2f9d0e25ba31bfa019216974cfd7aaec804d9f63");
ADD_CHECKPOINT(170000, "8e5f7e561f9d72ed9caa00ce3c315a4018ebf6618d1064d5f70881d697347eb1");
ADD_CHECKPOINT(194000, "2f514388e1f42c92c805a6420bb76b9a9e089ed5a437987d4e9442f67291f4db");
ADD_CHECKPOINT(250000, "7bcfa027457e9779accc142cb4f757a0b31d2660f8f42ff2e42916d9fdbf3f85");
ADD_CHECKPOINT(274000, "e1e267de5a9d80b85824887effe278e925e6619f7ed393f778f8ea89cd49f8c1");
return true;
}

Expand Down
2 changes: 1 addition & 1 deletion src/cryptonote_core/blockchain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4253,7 +4253,7 @@ void Blockchain::cancel()
}

#if defined(PER_BLOCK_CHECKPOINT)
static const char expected_block_hashes_hash[] = "d09f7dbb7281f3a194d39b9aa3cd152708076e6fe9eef039290b5066eef4e0c0";
static const char expected_block_hashes_hash[] = "e54dd76f1f9f650f11edc49782d3cca5afc370013cad0cbb27a5bdff0c56cb43";
void Blockchain::load_compiled_in_block_hashes()
{
const bool testnet = m_nettype == TESTNET;
Expand Down
2 changes: 1 addition & 1 deletion src/version.cpp.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define DEF_MONERO_VERSION_TAG "@VERSIONTAG@"
#define DEF_MONERO_VERSION "0.2.4.3"
#define DEF_MONERO_VERSION "0.2.4.4"
#define DEF_MONERO_RELEASE_NAME "Classy Caiman"
#define DEF_MONERO_VERSION_FULL DEF_MONERO_VERSION "-" DEF_MONERO_VERSION_TAG

Expand Down

0 comments on commit 235b13d

Please sign in to comment.