Files
pallectrum/electrum
SomberNight 4aab843f17 lnutil.LnFeatures: impl and use "supports" method for feature-bit-tests
Note that for a required feature, BOLT-09 allows setting either:
- only the REQ bit
- both the REQ bit and the OPT bit

Hence, when checking if a feature is supported by e.g. an invoice, both
bits should be checked.

Note that in lnpeer.py, in self.features specifically, REQ implies OPT,
as it is set by ln_compare_features.
2021-02-22 19:53:01 +01:00
..
2021-02-17 17:28:13 +01:00
2021-02-17 17:28:13 +01:00
2021-02-18 10:59:45 +01:00
2021-02-17 17:28:13 +01:00
2020-12-18 19:40:39 +01:00