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 Sep 9, 2021
1 parent 573b895 commit 26f9ef5
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 26f9ef5

Please sign in to comment.