AthanorLabs / atomic-swap

💫 ETH-XMR atomic swap implementation
GNU Lesser General Public License v3.0
345 stars 44 forks source link

nodes should close swap stream after `ETHLocked` message is sent #431

Closed noot closed 1 year ago

noot commented 1 year ago

blocked by #421

nodes should be allowed to close the swap stream or even disconnect entirely after the ETHLocked message is sent from taker->maker, as there are no network messages exchanged after this. currently, if the nodes disconnect at any point during the swap, it triggers an Exit event which may not be necessary.