Skip to content

Commit

Permalink
switch to correct implementation of lwa
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohanzhu committed Sep 5, 2019
1 parent 02dd9c1 commit 671522a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ unsigned int GetNextWorkRequired(const CBlockIndex* pindexLast, const CBlockHead
return nProofOfWorkLimit;
}

return LwmaCalculateNextWorkRequired(pindexLast, params);
return Lwma3CalculateNextWorkRequired(pindexLast, params);
}

// LWMA-1 for BTC/Zcash clones
Expand Down

0 comments on commit 671522a

Please sign in to comment.