fix merge issues

This commit is contained in:
Mayukha Vadari
2026-04-02 18:56:33 -04:00
parent 27e9d0d695
commit e2238b13de

View File

@@ -84,8 +84,7 @@ LedgerReplayMsgHandler::processProofPathResponse(
{
protocol::TMProofPathResponse const& reply = *msg;
if (reply.has_error() || !reply.has_key() || !reply.has_ledgerhash() || !reply.has_type() ||
!reply.has_ledgerheader() || reply.path_size() == 0 ||
reply.ledgerhash().size() != uint256::size() || reply.key().size() != uint256::size())
!reply.has_ledgerheader() || reply.path_size() == 0)
{
JLOG(journal_.debug()) << "Bad message: Error reply";
return false;