Skip to content

Commit

Permalink
Remove last version aliases of Request, Response
Browse files Browse the repository at this point in the history
Need to check where we depend in downstream branches.
  • Loading branch information
mzabaluev committed Nov 28, 2022
1 parent bc397e6 commit e1e7a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tendermint/src/abci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ pub mod request;
pub mod response;
pub mod types;

pub use crate::v0_37::abci::request::Request;
pub use crate::v0_37::abci::response::Response;
// pub use crate::v0_37::abci::request::Request;
// pub use crate::v0_37::abci::response::Response;

pub use event::{Event, EventAttribute, EventAttributeIndexExt};

Expand Down

0 comments on commit e1e7a43

Please sign in to comment.