Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gladoscc committed May 14, 2013
1 parent e358c18 commit 0d3db7e
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 @@ -30,7 +30,7 @@ unsigned int nTransactionsUpdated = 0;

map<uint256, CBlockIndex*> mapBlockIndex;
uint256 hashGenesisBlock("0x521d2bc9fdb2534f26e5df423db7a64da14892993e4b4f0329c829a5e8194305");
static CBigNum bnProofOfWorkLimit(~uint256(0) >> 10000000); // Elacoin: starting difficulty
static CBigNum bnProofOfWorkLimit(~uint256(0) >> 20); // Elacoin: starting difficulty
CBlockIndex* pindexGenesisBlock = NULL;
int nBestHeight = -1;
CBigNum bnBestChainWork = 0;
Expand Down

0 comments on commit 0d3db7e

Please sign in to comment.