mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
fix test following aac0fe9ae6
This commit is contained in:
parent
2234f93d8b
commit
9ff1bd4110
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue