follow-up prev
this is already running inside interface.group
This commit is contained in:
parent
6452582a17
commit
a3fb865db0
@ -334,7 +334,6 @@ class Network(PrintError):
|
||||
relayfee = int(relayfee * COIN)
|
||||
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:
|
||||
await group.spawn(get_banner)
|
||||
await group.spawn(get_donation_address)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user