docs: fix typos

This commit is contained in:
bitcoin-lightning
2023-12-21 15:21:35 +00:00
parent 30348baedc
commit b72fc9529e
6 changed files with 8 additions and 8 deletions

View File

@@ -143,7 +143,7 @@ func initSupported(features featureSet) supportedFeatures {
}
// mapToOptional returns the optional variant of a given feature bit pair. Our
// dependendency graph is described using only optional feature bits, which
// dependency graph is described using only optional feature bits, which
// reduces the number of constraints we need to express in the descriptor.
func mapToOptional(bit lnwire.FeatureBit) lnwire.FeatureBit {
if bit.IsRequired() {