mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-19 23:20:30 -04:00
Remove abort function
This commit is contained in:
parent
58ca33dd04
commit
8ff1824126
1 changed files with 0 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue