Skip to content

Commit

Permalink
grpc: Add missing feature attribute
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Neuroth <[email protected]>
  • Loading branch information
nepet authored and rustyrussell committed Oct 23, 2023
1 parent d324d69 commit 63aaf1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cln-grpc/src/pb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ tonic::include_proto!("cln");

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

#[cfg(feature = "server")]
mod convert {
use super::*;
Expand Down

0 comments on commit 63aaf1f

Please sign in to comment.