Files
pallectrum/electrum
f321x dd41e87295 fix: NostrTransport.update_relays() KeyError
`NostrTransport.update_relays()` raises a `KeyError` when the offer of
the configured swapserver (`config.SWAPSERVER_NPUB`) is not in
`self._offers` even though `sm.pairs_updated` gets triggered. This
happens because `NostrTransport.get_pairs()` called `sm.update_pairs()`
before adding the received offer to `self._offers`.
2025-07-18 10:17:12 +02:00
..
2025-07-18 01:37:07 +00:00
2025-07-14 21:46:08 +00:00
2025-07-17 12:07:24 +02:00
2025-07-08 13:35:57 +00:00
2025-05-28 10:42:59 +02:00
2025-07-15 14:46:41 +00:00
2025-05-28 10:46:00 +02:00