Remove abort function

This commit is contained in:
Franck Royer 2020-11-25 10:57:24 +11:00 committed by rishflab
parent 58ca33dd04
commit 8ff1824126

View File

@ -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>,