mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-04-15 21:53:04 -04:00

Previously, we were forwarding incoming messages from peers to all swaps that were currently running. That is obviously wrong. The new design scopes an `EventLoopHandle` to a specific PeerId to avoid this problem.