mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-12-24 15:09:35 -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(
|
||||
bitcoin_wallet: Arc<bitcoin::Wallet>,
|
||||
monero_wallet: Arc<monero::Wallet>,
|
||||
|
Loading…
Reference in New Issue
Block a user