follow-up prev
this is already running inside interface.group
This commit is contained in:
@@ -334,7 +334,6 @@ class Network(PrintError):
|
|||||||
relayfee = int(relayfee * COIN)
|
relayfee = int(relayfee * COIN)
|
||||||
self.relay_fee = max(0, relayfee)
|
self.relay_fee = max(0, relayfee)
|
||||||
|
|
||||||
# note: we could use interface.group if we wanted exceptions to kill the interface
|
|
||||||
async with TaskGroup() as group:
|
async with TaskGroup() as group:
|
||||||
await group.spawn(get_banner)
|
await group.spawn(get_banner)
|
||||||
await group.spawn(get_donation_address)
|
await group.spawn(get_donation_address)
|
||||||
|
|||||||
Reference in New Issue
Block a user