Skip to content

Commit

Permalink
DROP ME temporarily hide old API to see unified new API
Browse files Browse the repository at this point in the history
  • Loading branch information
hdevalence committed Apr 15, 2021
1 parent f895d38 commit 1c5c85a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tendermint/src/abci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,14 @@ pub mod request;
pub mod response;
pub mod types;

#[doc(hidden)]
pub mod responses;
#[doc(hidden)]
pub mod tag;
#[doc(hidden)]
pub mod transaction;

#[doc(hidden)]
pub use self::{
code::Code,
data::Data,
Expand Down

0 comments on commit 1c5c85a

Please sign in to comment.