mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-02-08 19:08:47 -05:00
Remove stale code
This commit is contained in:
parent
bc1d2bda54
commit
b66bb00c77
@ -233,11 +233,6 @@ pub trait TransactionBlockHeight {
|
|||||||
async fn transaction_block_height(&self, txid: Txid) -> Result<BlockHeight>;
|
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]
|
#[async_trait]
|
||||||
pub trait GetRawTransaction {
|
pub trait GetRawTransaction {
|
||||||
async fn get_raw_transaction(&self, txid: Txid) -> Result<Transaction>;
|
async fn get_raw_transaction(&self, txid: Txid) -> Result<Transaction>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user