Deal with Btc Punished.

This commit is contained in:
Franck Royer 2020-11-25 12:22:52 +11:00 committed by rishflab
parent 6437b529eb
commit 6c0df836ca
2 changed files with 55 additions and 10 deletions

View file

@ -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!()
}
}