Skip to content

Commit

Permalink
Add right comment
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Oct 16, 2023
1 parent f92af94 commit 5b8460d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staking/programs/staking/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ pub enum ErrorCode {
PositionOutOfBounds,
#[msg("Can't vote during an account's transfer epoch")] //6028
VoteDuringTransferEpoch,
#[msg("Other")] //6028
#[msg("Other")] //6029
Other,
}

0 comments on commit 5b8460d

Please sign in to comment.