| 825 | } |
| 826 | |
| 827 | uint32_t PartiallySignedTransaction::GetVersion() const |
| 828 | { |
| 829 | if (m_version != std::nullopt) { |
| 830 | return *m_version; |
| 831 | } |
| 832 | return 0; |
| 833 | } |
| 834 | |
| 835 | void PartiallySignedTransaction::SetupFromTx(const CMutableTransaction& tx) |
| 836 | { |
no outgoing calls
no test coverage detected