Skip to content

Commit

Permalink
Removes TODO regarding CLN features
Browse files Browse the repository at this point in the history
Looks like the issue was with the testing instance and not with the current version
of `cln-grpc`
  • Loading branch information
sr-gi committed Oct 16, 2023
1 parent 8714795 commit a4366ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sim-lib/src/cln.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a4366ad

Please sign in to comment.