diff --git a/swap/src/bitcoin.rs b/swap/src/bitcoin.rs index a2dbca29..ad5f4fc0 100644 --- a/swap/src/bitcoin.rs +++ b/swap/src/bitcoin.rs @@ -233,11 +233,6 @@ pub trait TransactionBlockHeight { async fn transaction_block_height(&self, txid: Txid) -> Result; } -#[async_trait] -pub trait WaitForBlockHeight { - async fn wait_for_block_height(&self, height: BlockHeight); -} - #[async_trait] pub trait GetRawTransaction { async fn get_raw_transaction(&self, txid: Txid) -> Result;