From c0edf23ec0c8f70303d14202801ff0eed4f2c147 Mon Sep 17 00:00:00 2001 From: "hinto.janai" Date: Fri, 20 Sep 2024 20:28:08 -0400 Subject: [PATCH] merge fix --- storage/txpool/src/service/interface.rs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/storage/txpool/src/service/interface.rs b/storage/txpool/src/service/interface.rs index c1883bf..b79e30d 100644 --- a/storage/txpool/src/service/interface.rs +++ b/storage/txpool/src/service/interface.rs @@ -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.