fix test following aac0fe9ae6

This commit is contained in:
ThomasV 2019-10-22 18:54:00 +02:00
parent 2234f93d8b
commit 9ff1bd4110

View file

@ -89,6 +89,7 @@ class MockLNWallet:
self.network = MockNetwork(tx_queue)
self.channels = {self.chan.channel_id: self.chan}
self.payments = {}
self.logs = defaultdict(list)
self.wallet = MockWallet()
self.localfeatures = LnLocalFeatures(0)
self.pending_payments = defaultdict(asyncio.Future)