From 23088911f7e7f8c1ba0d39e2410fae93db728278 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Tue, 30 May 2023 18:19:02 +0200 Subject: [PATCH] grpc: The plugin needs to use the `server` feature on `cln-grpc` --- plugins/grpc-plugin/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/grpc-plugin/Cargo.toml b/plugins/grpc-plugin/Cargo.toml index e9f9b2b02..ab50898da 100644 --- a/plugins/grpc-plugin/Cargo.toml +++ b/plugins/grpc-plugin/Cargo.toml @@ -15,6 +15,7 @@ rcgen = { version = "0.10", features = ["pem", "x509-parser"] } [dependencies.cln-grpc] path = "../../cln-grpc" +features = ["server"] [dependencies.cln-plugin] path = "../../plugins"