t(trivial) lnpeer: rm @log_exceptions from htlc_switch - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 2b0ed9f40638559c57ef6201615c13663f185430 DIR parent 095464b620e3e1bb699d174d969526f78ad356b9 HTML Author: SomberNight <somber.night@protonmail.com> Date: Thu, 14 May 2020 19:05:22 +0200 (trivial) lnpeer: rm @log_exceptions from htlc_switch Diffstat: M electrum/lnpeer.py | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) --- DIR diff --git a/electrum/lnpeer.py b/electrum/lnpeer.py t@@ -1471,7 +1471,6 @@ class Peer(Logger): await self.network.try_broadcasting(closing_tx, 'closing') return closing_tx.txid() - @log_exceptions async def htlc_switch(self): await self.initialized while True: