| 79 | } |
| 80 | |
| 81 | uint256 CTransaction::ComputeHash() const |
| 82 | { |
| 83 | return SerializeHash(*this, SER_GETHASH, SERIALIZE_TRANSACTION_NO_WITNESS); |
| 84 | } |
| 85 | |
| 86 | uint256 CTransaction::ComputeWitnessHash() const |
| 87 | { |
nothing calls this directly
no test coverage detected