mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-29 20:16:33 -05:00
Progress on Cancellation path
This commit is contained in:
parent
8e31a3af6a
commit
bff83bbe99
3 changed files with 130 additions and 33 deletions
|
|
@ -153,3 +153,10 @@ impl TransactionBlockHeight for Wallet {
|
|||
.expect("transient errors to be retried")
|
||||
}
|
||||
}
|
||||
|
||||
#[async_trait]
|
||||
impl GetRawTransaction for Wallet {
|
||||
async fn get_raw_transaction(&self, txid: Txid) -> Option<Transaction> {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue