mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-12-25 15:39:25 -05:00
Remove comments
This commit is contained in:
parent
53aae5cf5f
commit
91d28682ed
@ -30,11 +30,7 @@ use xmr_btc::{
|
|||||||
pub async fn negotiate(
|
pub async fn negotiate(
|
||||||
state0: xmr_btc::alice::State0,
|
state0: xmr_btc::alice::State0,
|
||||||
amounts: SwapAmounts,
|
amounts: SwapAmounts,
|
||||||
// a: bitcoin::SecretKey,
|
|
||||||
// s_a: cross_curve_dleq::Scalar,
|
|
||||||
// v_a: monero::PrivateViewKey,
|
|
||||||
swarm_handle: &mut EventLoopHandle,
|
swarm_handle: &mut EventLoopHandle,
|
||||||
// bitcoin_wallet: Arc<bitcoin::Wallet>,
|
|
||||||
config: Config,
|
config: Config,
|
||||||
) -> Result<(ResponseChannel<AliceToBob>, State3)> {
|
) -> Result<(ResponseChannel<AliceToBob>, State3)> {
|
||||||
trace!("Starting negotiate");
|
trace!("Starting negotiate");
|
||||||
|
Loading…
Reference in New Issue
Block a user