mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-29 20:16:33 -05:00
Remove warnings
This commit is contained in:
parent
c501d84278
commit
58ca33dd04
3 changed files with 6 additions and 2 deletions
|
|
@ -156,7 +156,7 @@ impl TransactionBlockHeight for Wallet {
|
|||
|
||||
#[async_trait]
|
||||
impl GetRawTransaction for Wallet {
|
||||
async fn get_raw_transaction(&self, txid: Txid) -> Option<Transaction> {
|
||||
async fn get_raw_transaction(&self, _txid: Txid) -> Option<Transaction> {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue