Files
pallectrum/electrum
f321x 8b15d64dc9 fix: prevent KeyError if _fail_swap gets called multiple times
If `_fail_swap()` gets called multiple times (e.g. from callbacks) this
would race a `KeyError` as the swap got already popped from
`self._swaps`.
In theory `_fail_swap` unregisters itself from the lnwatcher callback
but the callback may is scheduled multiple times before it has the
chance to unregister itself.
2025-06-11 11:37:24 +02:00
..
2025-05-26 15:31:08 +00:00
2025-05-28 10:42:59 +02:00
2025-06-06 12:35:41 +02:00
2025-04-23 16:09:31 +02:00
2025-04-23 16:09:31 +02:00
2025-06-06 10:16:32 +02:00
2025-06-06 12:17:21 +02:00
2025-05-28 10:46:00 +02:00
2025-04-23 16:09:31 +02:00