tfollow-up prev - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit a3fb865db0d4e1e9fff5c1494bcc5423e1e1e5e7
DIR parent 6452582a17736921c5021436719ab81d0416cbae
HTML Author: SomberNight <somber.night@protonmail.com>
Date: Wed, 12 Sep 2018 21:22:46 +0200
follow-up prev
tthis is already running inside interface.group
Diffstat:
M electrum/network.py | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/electrum/network.py b/electrum/network.py
t@@ -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)