This commit is contained in:
jl777
2019-07-06 22:45:40 -11:00
parent 5679aa0247
commit f0038e1d00

View File

@@ -387,7 +387,7 @@ uint256 NSPV_doublesha256(uint8_t *data,int32_t datalen)
uint256 NSPV_hdrhash(struct NSPV_equihdr *hdr)
{
CBlockIndex block;
CBlockHeader block;
block.nVersion = hdr->nVersion;
block.hashPrevBlock = hdr->hashPrevBlock;
block.hashMerkleRoot = hdr->hashMerkleRoot;