Skip to content

Commit

Permalink
added check point, version up
Browse files Browse the repository at this point in the history
  • Loading branch information
Spidersbox committed Feb 20, 2020
1 parent baea1d1 commit 0b97999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/checkpoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ namespace Checkpoints
( 300000, uint256("0x60fc17ab0599ca9cacf5ea99648ef21fedc9101aba1e6484e75ae6fa4f09f7af"))
( 303900, uint256("0x15a45618f2adca385f04826e2aeebfb5f664e58734db577a3d5cbb7126a294cf"))
( 323000, uint256("0x8277801a42c75927d3b3a662753b3c6bf5f08a32bc3bdfab1537287cc6fb918d"))
( 1724310, uint256("0x22762f7f0e5931b4c790735dfdd71155fddbc4f7ff8edffa11df5eee84e238d0"))
;
( 1724310, uint256("0xc417d57e21d2f46e51a90e0658676eca6572287c14471ba571bcd1b48488b78a"))
;// don't loose this :)

bool CheckBlock(int nHeight, const uint256& hash)
{
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 2
#define CLIENT_VERSION_MINOR 1
#define CLIENT_VERSION_REVISION 1
#define CLIENT_VERSION_REVISION 2
#define CLIENT_VERSION_BUILD 1

//#define CLIENT_VERSION_MAJOR DISPLAY_VERSION_MAJOR
Expand Down

0 comments on commit 0b97999

Please sign in to comment.