Merge 9385549a31 into merged_master (Bitcoin PR #20581)

This commit is contained in:
Andrew Poelstra 2021-06-11 13:09:57 +00:00
commit 34db56ae3a
12 changed files with 16 additions and 16 deletions

View file

@ -118,7 +118,7 @@ bool GetUTXOStats(CCoinsView* view, CCoinsStats& stats, CoinStatsHashType hash_t
}
// The legacy hash serializes the hashBlock
static void PrepareHash(CHashWriter& ss, CCoinsStats& stats)
static void PrepareHash(CHashWriter& ss, const CCoinsStats& stats)
{
ss << stats.hashBlock;
}