1
0

channel_reestablish: assume that DLP is enabled, because we require it

This commit is contained in:
ThomasV
2020-02-11 21:32:10 +01:00
parent e42e17779d
commit 69ef9aa3d7
2 changed files with 20 additions and 29 deletions

View File

@@ -85,6 +85,7 @@ class MockLNWallet:
self.logs = defaultdict(list)
self.wallet = MockWallet()
self.localfeatures = LnLocalFeatures(0)
self.localfeatures |= LnLocalFeatures.OPTION_DATA_LOSS_PROTECT_OPT
self.pending_payments = defaultdict(asyncio.Future)
def get_invoice_status(self, key):