Remove stale code

This commit is contained in:
rishflab 2021-02-16 13:32:21 +11:00
parent bc1d2bda54
commit b66bb00c77

View File

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