From a4366add7303456fa50dba044217f604eed54bd1 Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Mon, 16 Oct 2023 16:49:36 -0400 Subject: [PATCH] Removes TODO regarding CLN features Looks like the issue was with the testing instance and not with the current version of `cln-grpc` --- sim-lib/src/cln.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/sim-lib/src/cln.rs b/sim-lib/src/cln.rs index 311d56e8..13396910 100644 --- a/sim-lib/src/cln.rs +++ b/sim-lib/src/cln.rs @@ -87,7 +87,6 @@ impl ClnNode { .map_err(|err| LightningError::GetInfoError(err.to_string()))?; connection.id.validate(&pubkey, &mut alias)?; - //FIXME: our_features is returning None, but it should not :S let features = if let Some(features) = our_features { NodeFeatures::from_le_bytes(features.node) } else {