| 605 | |
| 606 | template <typename Stream> |
| 607 | inline void Unserialize(Stream& s) { |
| 608 | UnserializeTransaction(*this, s); |
| 609 | } |
| 610 | |
| 611 | template <typename Stream> |
| 612 | CMutableTransaction(deserialize_type, Stream& s) { |
nothing calls this directly
no test coverage detected