Skip to content

Commit c93b6fb

Browse files
author
development@syndicatelabs.org
committed
Spacing
1 parent c40c84d commit c93b6fb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/checkpoints.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ namespace Checkpoints
2727
//
2828
static MapCheckpoints mapCheckpoints =
2929
boost::assign::map_list_of
30-
( 0, Params().HashGenesisBlock() )
31-
( 1000, uint256("0x47aebcfdd0b3f23e8cc153ed322e53d1706822784942726adae2c18de4cb1408"))
32-
( 10000, uint256("0x0c56aa36c427c65fc6602e821c0b34495b73590b308a71457718b39e185e31e3"))
33-
( 30000, uint256("0x066d6a599e6b67fbc37ef0cfc16af008633c1c07d522e1ab957a534cf2cbd700"))
30+
( 0, Params().HashGenesisBlock() )
31+
( 1000, uint256("0x47aebcfdd0b3f23e8cc153ed322e53d1706822784942726adae2c18de4cb1408"))
32+
( 10000, uint256("0x0c56aa36c427c65fc6602e821c0b34495b73590b308a71457718b39e185e31e3"))
33+
( 30000, uint256("0x066d6a599e6b67fbc37ef0cfc16af008633c1c07d522e1ab957a534cf2cbd700"))
3434
;
3535

3636
// TestNet has no checkpoints

src/clientversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#define CLIENT_VERSION_MAJOR 1
1010
#define CLIENT_VERSION_MINOR 0
1111
#define CLIENT_VERSION_REVISION 0
12-
#define CLIENT_VERSION_BUILD 4
12+
#define CLIENT_VERSION_BUILD 4
1313

1414
// Set to true for release, false for prerelease or test build
1515
#define CLIENT_VERSION_IS_RELEASE true

0 commit comments

Comments
 (0)