Skip to content

Commit

Permalink
Update crates/pallet-domains/src/staking.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Dastan <[email protected]>
  • Loading branch information
NingLin-P and dastansam authored Sep 4, 2024
1 parent 528a959 commit 13461bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pallet-domains/src/staking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ pub(crate) fn do_deregister_operator<T: Config>(
/// Different type of withdrawal
///
/// NOTE: if the deposit was made in the current epoch, the user may not be able to withdraw it
// until the current epoch ends
/// until the current epoch ends
#[derive(TypeInfo, Debug, Encode, Decode, Clone, PartialEq, Eq)]
pub enum WithdrawStake<Balance, Share> {
/// Withdraw all stake
Expand Down

0 comments on commit 13461bd

Please sign in to comment.