Remove comments

This commit is contained in:
Franck Royer 2020-12-10 13:54:41 +11:00
parent 53aae5cf5f
commit 91d28682ed
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -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<bitcoin::Wallet>,
config: Config,
) -> Result<(ResponseChannel<AliceToBob>, State3)> {
trace!("Starting negotiate");