1
0

rename all TaskGroup() fields to "taskgroup"

for consistency
This commit is contained in:
SomberNight
2020-02-27 19:00:59 +01:00
parent c8260249b0
commit ed234d3444
9 changed files with 33 additions and 33 deletions

View File

@@ -1294,7 +1294,7 @@ class LNWallet(LNWorker):
continue
peer = self.peers.get(chan.node_id, None)
if peer:
await peer.group.spawn(peer.reestablish_channel(chan))
await peer.taskgroup.spawn(peer.reestablish_channel(chan))
else:
await self.taskgroup.spawn(self.reestablish_peer_for_given_channel(chan))