Skip to content

Commit

Permalink
cleanup clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
1xstj committed Nov 22, 2024
1 parent 668e8f3 commit 1fb1bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/multi-asset-delegation/src/functions/operator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ impl<T: Config> Pallet<T> {
}

// transfer the slashed amount to the treasury
T::Currency::unreserve(&operator, amount);
T::Currency::unreserve(operator, amount);
let _ = T::Currency::transfer(
operator,
&T::SlashedAmountRecipient::get(),
Expand Down

0 comments on commit 1fb1bd4

Please sign in to comment.