Files
pallectrum/electrum/tests
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:56 +01:00
2021-02-17 17:28:56 +01:00
2020-02-04 13:35:58 +01:00
2021-02-22 15:38:19 +01:00
2020-02-25 20:45:17 +01:00