Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
psorinionut committed Apr 6, 2023
1 parent d1a7f8f commit dfa8840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locked-asset/lkmex-transfer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ pub trait LkmexTransfer:

let current_epoch = self.blockchain().get_block_epoch();
let locked_funds = LockedFunds {
funds: payments.clone(),
funds: payments,
locked_epoch: current_epoch,
};
self.locked_funds(&receiver, &sender)
Expand Down

0 comments on commit dfa8840

Please sign in to comment.