mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-25 10:23:20 -05:00
Remove stale code
This commit is contained in:
parent
bc1d2bda54
commit
b66bb00c77
1 changed files with 0 additions and 5 deletions
|
|
@ -233,11 +233,6 @@ pub trait TransactionBlockHeight {
|
|||
async fn transaction_block_height(&self, txid: Txid) -> Result<BlockHeight>;
|
||||
}
|
||||
|
||||
#[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<Transaction>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue