mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-21 15:50:07 +01:00
Optimize GetWitnessHash() for non-segwit transactions
Github-Pull: #9912
Rebased-From: 02c57b521a
This commit is contained in:
committed by
MarcoFalke
parent
e9611d10b6
commit
fc3d7db580
@@ -69,6 +69,9 @@ uint256 CTransaction::ComputeHash() const
|
||||
|
||||
uint256 CTransaction::GetWitnessHash() const
|
||||
{
|
||||
if (!HasWitness()) {
|
||||
return GetHash();
|
||||
}
|
||||
return SerializeHash(*this, SER_GETHASH, 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user