mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-01-12 07:59:33 -05:00
Remove abort function
This commit is contained in:
parent
58ca33dd04
commit
8ff1824126
@ -520,12 +520,6 @@ where
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// State machine driver for recovery execution
|
|
||||||
#[async_recursion]
|
|
||||||
pub async fn abort(_state: AliceState) -> Result<AliceState> {
|
|
||||||
todo!()
|
|
||||||
}
|
|
||||||
|
|
||||||
pub async fn swap(
|
pub async fn swap(
|
||||||
bitcoin_wallet: Arc<bitcoin::Wallet>,
|
bitcoin_wallet: Arc<bitcoin::Wallet>,
|
||||||
monero_wallet: Arc<monero::Wallet>,
|
monero_wallet: Arc<monero::Wallet>,
|
||||||
|
Loading…
Reference in New Issue
Block a user