Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasArrachea committed Feb 28, 2025
1 parent 277fd57 commit cb25ba1
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions crates/proto/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,6 @@ pub mod errors;

#[rustfmt::skip]
pub mod generated;
// mod proto_generated;
// pub mod generated {
// pub use crate::proto_generated::{
// account::*,
// block_producer::*,
// block::*,
// digest::*,
// merkle::*,
// mmr::*,
// note::*,
// requests::*,
// responses::*,
// // rpc::*,
// smt::*,
// store::*,
// transaction::*,
// };
// }
// pub use rpc::api_server;
// #[cfg(feature = "rpc-client")]
// pub use rpc::api_client;

// RE-EXPORTS
// ================================================================================================
Expand Down

0 comments on commit cb25ba1

Please sign in to comment.