1
0

tests: lnpeer: make debug htlc failure hooks more uniform

This commit is contained in:
SomberNight
2020-05-14 19:14:42 +02:00
parent 2b0ed9f406
commit f9de6a5354
3 changed files with 3 additions and 5 deletions

View File

@@ -494,7 +494,6 @@ class LNWallet(LNWorker):
# used in tests
self.enable_htlc_settle = asyncio.Event()
self.enable_htlc_settle.set()
self._fail_htlcs_with_temp_node_failure = False
# note: accessing channels (besides simple lookup) needs self.lock!
self._channels = {} # type: Dict[bytes, Channel]