Browse Source

follow-up prev

this is already running inside interface.group
3.3.3.1
SomberNight 7 years ago
parent
commit
a3fb865db0
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 1
      electrum/network.py

1
electrum/network.py

@ -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…
Cancel
Save