fix test following aac0fe9ae6
This commit is contained in:
@@ -89,6 +89,7 @@ class MockLNWallet:
|
|||||||
self.network = MockNetwork(tx_queue)
|
self.network = MockNetwork(tx_queue)
|
||||||
self.channels = {self.chan.channel_id: self.chan}
|
self.channels = {self.chan.channel_id: self.chan}
|
||||||
self.payments = {}
|
self.payments = {}
|
||||||
|
self.logs = defaultdict(list)
|
||||||
self.wallet = MockWallet()
|
self.wallet = MockWallet()
|
||||||
self.localfeatures = LnLocalFeatures(0)
|
self.localfeatures = LnLocalFeatures(0)
|
||||||
self.pending_payments = defaultdict(asyncio.Future)
|
self.pending_payments = defaultdict(asyncio.Future)
|
||||||
|
|||||||
Reference in New Issue
Block a user