Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mclyk committed Nov 15, 2023
1 parent 315776c commit 00108d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pallets/liquid-staking/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -946,10 +946,9 @@ pub mod pallet {
{
log::trace!(
target: "liquidStaking::set_staking_ledger::invalidStakingLedger",
"index: {:?}, staking_ledger: {:?}, xcm_request: {:?}",
"index: {:?}, staking_ledger: {:?}",
&derivative_index,
&staking_ledger,
requests,
);
Self::deposit_event(Event::<T>::NonIdealStakingLedger(derivative_index));
}
Expand Down

0 comments on commit 00108d2

Please sign in to comment.