grpc: Add missing feature attribute

Signed-off-by: Peter Neuroth <pet.v.ne@gmail.com>
This commit is contained in:
Peter Neuroth 2023-10-20 18:39:51 +02:00 committed by Rusty Russell
parent d324d698f0
commit 63aaf1fbb7

View File

@ -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::*;