Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In file included from test/sv2_messages_tests.cpp:2: In file included from ./node/sv2_messages.h:4: In file included from ./consensus/validation.h:11: ./primitives/transaction.h:394:44: error: no member named 'GetParams' in 'CDataStream' UnserializeTransaction(*this, s, s.GetParams()); ~ ^ ./serialize.h:781:7: note: in instantiation of function template specialization 'CMutableTransaction::Unserialize<CDataStream>' requested here a.Unserialize(is); ^ ./streams.h:313:11: note: in instantiation of function template specialization 'Unserialize<CDataStream, CMutableTransaction &>' requested here ::Unserialize(*this, obj); ^ ./node/sv2_messages.h:539:11: note: in instantiation of function template specialization 'CDataStream::operator>><CMutableTransaction &>' requested here s >> m_coinbase_tx; ^ ./serialize.h:781:7: note: in instantiation of function template specialization 'node::Sv2SubmitSolutionMsg::Unserialize<CDataStream>' requested here a.Unserialize(is); ^ ./streams.h:313:11: note: in instantiation of function template specialization 'Unserialize<CDataStream, node::Sv2SubmitSolutionMsg &>' requested here ::Unserialize(*this, obj); ^ test/sv2_messages_tests.cpp:232:8: note: in instantiation of function template specialization 'CDataStream::operator>><node::Sv2SubmitSolutionMsg &>' requested here ss >> submit_solution; ^ 1 error generated.
- Loading branch information