Browse Source
follow-up prev
this is already running inside interface.group
3.3.3.1
SomberNight
7 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
0 additions and
1 deletions
-
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) |
|
|
|