split GetPdu and GetRemotePdu, handle response as incoming PDU

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-13 21:39:43 -04:00 committed by June
parent 10336f9af6
commit 9dc4290438
2 changed files with 152 additions and 191 deletions

View file

@ -746,7 +746,7 @@ pub async fn send_transaction_message_route(
Ok(t) => t,
Err(e) => {
warn!("Could not parse PDU: {e}");
warn!("Full PDU: {:?}", &pdu);
info!("Full PDU: {:?}", &pdu);
continue;
},
};