lnd/feature
Olaoluwa Osuntokun 31ae48c59c
feature: if a bit is unset, then all other features that dep it should be
This fixes an issue where if one tries to unset a feature like anchors,
and other feature depend on it, then `lnd` fails to start as it realizes
that its dependnacy set is inconsistent.

Fixes https://github.com/lightningnetwork/lnd/issues/6002
2021-11-24 14:35:34 +01:00
..
default_sets.go lnwire+feature: add feature bit for script enforced lease support 2021-10-19 18:30:14 -07:00
deps_test.go feature/deps: validate feature dependencies 2019-12-16 13:06:30 -08:00
deps.go lnwire+feature: add feature bit for script enforced lease support 2021-10-19 18:30:14 -07:00
manager_internal_test.go feature: if a bit is unset, then all other features that dep it should be 2021-11-24 14:35:34 +01:00
manager.go feature: if a bit is unset, then all other features that dep it should be 2021-11-24 14:35:34 +01:00
required.go feature/required: add ValidateRequired method 2020-01-08 12:24:37 -08:00
set.go feature/set: add SetInvoiceAmp 2021-05-10 16:55:16 -07:00