Post
Topic
Board Announcements (Altcoins)
Re: Unitus (UIS): 1st Multi-Algo Merge-Mined
by
translocated
on 05/10/2017, 12:54:10 UTC
Anyone else getting

Code:
test/blockencodings_tests.cpp:298:83: error: cannot convert ‘const Consensus::Params’ to ‘unsigned int’ for argument ‘3’ to ‘bool CheckProofOfWork(uint256, int, unsigned int, const Consensus::Params&)’
     while (!CheckProofOfWork(block.GetHash(), block.nBits, Params().GetConsensus())) ++block.nNonce;

While trying to compile?

I have the same error. anybody know how it solve?