mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-17 17:44:02 -05:00
Simplify Transfer::transfer return type
We never use the fee returned from this function, remove it.
This commit is contained in:
parent
1de3fa486e
commit
40dcf0355a
3 changed files with 4 additions and 6 deletions
|
|
@ -190,7 +190,7 @@ pub trait Transfer {
|
|||
public_spend_key: PublicKey,
|
||||
public_view_key: PublicViewKey,
|
||||
amount: Amount,
|
||||
) -> Result<(TransferProof, Amount)>;
|
||||
) -> Result<TransferProof>;
|
||||
}
|
||||
|
||||
#[async_trait]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue