mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-11-16 15:58:14 +00:00
merge fix
This commit is contained in:
parent
bf62755e70
commit
c0edf23ec0
1 changed files with 0 additions and 7 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue