From 91d28682ed3a807d0f760868fb224b7665139f64 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Thu, 10 Dec 2020 13:54:41 +1100 Subject: [PATCH] Remove comments --- swap/src/alice/execution.rs | 4 ---- 1 file changed, 4 deletions(-) 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");