fix clippy
Some checks failed
Audit / audit (push) Has been cancelled
Deny / audit (push) Has been cancelled

This commit is contained in:
Boog900 2024-10-26 23:40:14 +01:00
parent 5f7291bfe7
commit 340259b99a
No known key found for this signature in database
GPG key ID: 42AB1287CB0041C2

View file

@ -136,7 +136,6 @@ impl Service<IncomingTxs> for IncomingTxHandler {
}
/// Handles the incoming txs.
#[expect(clippy::too_many_arguments)]
async fn handle_incoming_txs(
IncomingTxs { txs, state }: IncomingTxs,
txs_being_handled: TxsBeingHandled,