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

This commit is contained in:
hinto.janai 2024-09-20 20:28:08 -04:00
parent bf62755e70
commit c0edf23ec0
No known key found for this signature in database
GPG key ID: D47CE05FA175A499

View file

@ -18,14 +18,7 @@ pub enum TxpoolReadRequest {
//---------------------------------------------------------------------------------------------------- TxpoolReadResponse
/// The transaction pool [`tower::Service`] read response type.
<<<<<<< HEAD
#[allow(clippy::large_enum_variant)]
#[derive(Debug)]
||||||| 0162553
#[allow(clippy::large_enum_variant)]
=======
#[expect(clippy::large_enum_variant)]
>>>>>>> main
pub enum TxpoolReadResponse {
/// A response containing the raw bytes of a transaction.
// TODO: use bytes::Bytes.