Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wangminqi committed Jan 9, 2025
1 parent b359a36 commit 7df86c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parachain/pallets/parachain-staking/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,7 @@ pub mod pallet {
less,
)?;
if T::DelegationBondLessDelay::get() == 0u32 {
Self::delegation_execute_scheduled_request(collator, delegator)
Self::delegation_execute_scheduled_request(candidate, delegator)
} else {
Ok(().into())
}
Expand Down

0 comments on commit 7df86c9

Please sign in to comment.