More nonce and new PoS reporting improvements

This commit is contained in:
Michael Toutonghi
2018-07-20 22:59:33 -07:00
parent 3f8720fabe
commit d7e6718dc8
4 changed files with 18 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ bool CBlockHeader::GetRawVerusPOSHash(uint256 &value, int32_t nHeight) const
// )
// hashWriter << height;
// return hashWriter.GetHash();
CVerusHashWriter hashWriter = CVerusHashWriter(SER_GETHASH, PROTOCOL_VERSION);
CVerusHashWriter hashWriter = CVerusHashWriter(SER_GETHASH, PROTOCOL_VERSION);
hashWriter << ASSETCHAINS_MAGIC;
hashWriter << nNonce;