mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-06-01 13:04:51 -04:00
Fix clippy warnings
This commit is contained in:
parent
697e1195cd
commit
6b7193b974
3 changed files with 8 additions and 22 deletions
|
@ -124,7 +124,7 @@ pub async fn init_test<'a>(
|
|||
xmr_amount,
|
||||
RELATIVE_REFUND_TIMELOCK,
|
||||
RELATIVE_PUNISH_TIMELOCK,
|
||||
refund_address.clone(),
|
||||
refund_address,
|
||||
);
|
||||
let initial_balances = InitialBalances {
|
||||
alice_xmr: alice_initial_xmr_balance,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue