Skip to content

Commit

Permalink
Fix compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Nov 16, 2023
1 parent 0e04594 commit 3781ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/primitives/block.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

uint256 CBlockHeader::GetHash() const
{
return (XCoin::GroestlHasher{} << *this).GetHash(); // GRS
return (XCoin::CGroestlHashWriter{PROTOCOL_VERSION} << *this).GetHash(); // GRS
}

std::string CBlock::ToString() const
Expand Down

0 comments on commit 3781ea9

Please sign in to comment.