| 105 | } |
| 106 | |
| 107 | void CTransaction::UpdateHash() const |
| 108 | { |
| 109 | *const_cast<uint256*>(&hash) = SerializeHash(*this, SER_GETHASH, SERIALIZE_TRANSACTION_NO_WITNESS); |
| 110 | } |
| 111 | |
| 112 | uint256 CTransaction::GetWitnessHash() const |
| 113 | { |
no test coverage detected