mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
fix merge issues
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user