diff --git a/swap/src/alice/steps.rs b/swap/src/alice/steps.rs index 256159cc..30006f88 100644 --- a/swap/src/alice/steps.rs +++ b/swap/src/alice/steps.rs @@ -87,6 +87,8 @@ pub async fn negotiate( Ok((channel, state3)) } +// TODO(Franck): Use helper functions from xmr-btc instead of re-writing them +// here pub async fn wait_for_locked_bitcoin( lock_bitcoin_txid: bitcoin::Txid, bitcoin_wallet: Arc,