diff options
| author | dogecoin <[email protected]> | 2014-01-05 01:06:28 -0800 |
|---|---|---|
| committer | dogecoin <[email protected]> | 2014-01-05 01:06:28 -0800 |
| commit | d48447438ae9977f3a9359aa9442dbbc53e2aa8f (patch) | |
| tree | 491f8157574fe46670882c14b66d0740426229db /src | |
| parent | Merge pull request #92 from OwenVersteeg/patch-2 (diff) | |
| parent | checkpoints (diff) | |
| download | archived-discoin-1.4.tar.xz archived-discoin-1.4.zip | |
Merge pull request #97 from billym2k/master1.4
checkpoints for fork
Diffstat (limited to 'src')
| -rw-r--r-- | src/checkpoints.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index 468310795..128750d90 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -24,10 +24,11 @@ namespace Checkpoints // + Contains no strange transactions // - // no checkpoint now, can be added in later releases static MapCheckpoints mapCheckpoints = boost::assign::map_list_of ( 0, hashGenesisBlockOfficial ) + ( 42279, uint256("0x8444c3ef39a46222e87584ef956ad2c9ef401578bd8b51e8e4b9a86ec3134d3a")) + ( 42400, uint256("0x557bb7c17ed9e6d4a6f9361cfddf7c1fc0bdc394af7019167442b41f507252b4")) ; |