From 8ff1824126f67d178dcc06ba183eb83b76babf17 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Wed, 25 Nov 2020 10:57:24 +1100 Subject: [PATCH] Remove abort function --- swap/src/alice.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/swap/src/alice.rs b/swap/src/alice.rs index e605ea01..9dff090c 100644 --- a/swap/src/alice.rs +++ b/swap/src/alice.rs @@ -520,12 +520,6 @@ where } } -// State machine driver for recovery execution -#[async_recursion] -pub async fn abort(_state: AliceState) -> Result { - todo!() -} - pub async fn swap( bitcoin_wallet: Arc, monero_wallet: Arc,