diff --git a/swap/src/alice/execution.rs b/swap/src/alice/execution.rs index 10490310..203f8111 100644 --- a/swap/src/alice/execution.rs +++ b/swap/src/alice/execution.rs @@ -30,11 +30,7 @@ use xmr_btc::{ pub async fn negotiate( state0: xmr_btc::alice::State0, amounts: SwapAmounts, - // a: bitcoin::SecretKey, - // s_a: cross_curve_dleq::Scalar, - // v_a: monero::PrivateViewKey, swarm_handle: &mut EventLoopHandle, - // bitcoin_wallet: Arc, config: Config, ) -> Result<(ResponseChannel, State3)> { trace!("Starting negotiate");