Skip to content

Commit

Permalink
Don't initialize genesis hash to wrong value
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Spread committed Jan 10, 2015
1 parent 60d6b3f commit d396ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ CTxMemPool mempool;
unsigned int nTransactionsUpdated = 0;

map<uint256, CBlockIndex*> mapBlockIndex;
uint256 hashGenesisBlock("0x00000ffd590b1485b3caadc19b22e6379c733355108f107a430458cdf3407ab6"); //mainnet
uint256 hashGenesisBlock;

static CBigNum bnProofOfWorkLimit(~uint256(0) >> 20); // SpreadCoin: starting difficulty is 1 / 2^20
CBlockIndex* pindexGenesisBlock = NULL;
Expand Down

0 comments on commit d396ee9

Please sign in to comment.