mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-08 14:32:24 -04:00
Resolve rebase issues, restructure code and fix warnings
This commit is contained in:
parent
437c1cbb80
commit
3b005bd15c
10 changed files with 557 additions and 713 deletions
|
@ -186,6 +186,7 @@ pub trait WatchForRawTransaction {
|
|||
async fn watch_for_raw_transaction(&self, txid: Txid) -> Transaction;
|
||||
}
|
||||
|
||||
#[async_trait]
|
||||
pub trait WaitForTransactionFinality {
|
||||
async fn wait_for_transaction_finality(&self, txid: Txid);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue