mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-29 12:06:35 -05:00
Deal with Btc Punished.
This commit is contained in:
parent
6437b529eb
commit
6c0df836ca
2 changed files with 55 additions and 10 deletions
|
|
@ -160,3 +160,10 @@ impl GetRawTransaction for Wallet {
|
|||
todo!()
|
||||
}
|
||||
}
|
||||
|
||||
#[async_trait]
|
||||
impl WatchForTransactionFinality for Wallet {
|
||||
async fn watch_for_transaction_finality(&self, _txid: Txid) {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue