Skip to content

Commit

Permalink
Merge pull request #140 from sr-gi/cln-featrues
Browse files Browse the repository at this point in the history
Removes TODO regarding CLN features
  • Loading branch information
carlaKC authored Oct 17, 2023
2 parents 8d6d90a + a4366ad commit ff9f918
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 ff9f918

Please sign in to comment.