Skip to content

Commit

Permalink
fix block V3
Browse files Browse the repository at this point in the history
  • Loading branch information
Xagau committed Oct 17, 2020
1 parent 7080cd0 commit e8732a0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/primitives/block.cpp
Expand Up @@ -27,11 +27,6 @@ uint256 CBlockHeader::GetHash() const
return HashX16R(BEGIN(nVersion), END(nNonce), hashPrevBlock);
}

uint256 CBlockHeader::GetX16RV3Hash() const
{
return HashX16RV3(BEGIN(nVersion), END(nNonce), hashPrevBlock);
}

std::string CBlock::ToString() const
{
std::stringstream s;
Expand Down

0 comments on commit e8732a0

Please sign in to comment.