mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-03-11 00:49:22 -04:00

The execution setup is our only libp2p protocol that doesn't have a timeout built-in. Hence, if anything fails on Alice's side, we would wait here forever. Wrapping the future in a timeout ensures that we fail eventually if this protocol doesn't succeed.