Skip to content

Commit

Permalink
Remove spurious import
Browse files Browse the repository at this point in the history
The import is spurious and results in a warning when building the code.
I have removed the line to make the warning disappear
  • Loading branch information
ErikDeSmedt authored and vincenzopalazzo committed Mar 29, 2024
1 parent 2ee0033 commit 4b8d261
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cln-grpc/src/pb.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
tonic::include_proto!("cln");

#[cfg(feature = "server")]
pub use crate::pb::convert::*;
#[cfg(feature = "server")]
pub use cln_rpc::primitives::Sha256;
#[cfg(feature = "server")]
Expand Down

0 comments on commit 4b8d261

Please sign in to comment.