@@ -137,31 +137,31 @@ pub enum GovernanceError {
137
137
138
138
/// Invalid State: Can't vote
139
139
#[ error( "Invalid State: Can't vote" ) ]
140
- InvalidStateCannotVote ,
140
+ InvalidStateCannotVote , // 531
141
141
142
142
/// Invalid State: Can't finalize vote
143
143
#[ error( "Invalid State: Can't finalize vote" ) ]
144
- InvalidStateCannotFinalize ,
144
+ InvalidStateCannotFinalize , // 532
145
145
146
146
/// Invalid State: Can't cancel Proposal
147
147
#[ error( "Invalid State: Can't cancel Proposal" ) ]
148
- InvalidStateCannotCancelProposal ,
148
+ InvalidStateCannotCancelProposal , // 533
149
149
150
150
/// Vote already relinquished
151
151
#[ error( "Vote already relinquished" ) ]
152
- VoteAlreadyRelinquished ,
152
+ VoteAlreadyRelinquished , // 534
153
153
154
154
/// Can't finalize vote. Voting still in progress
155
155
#[ error( "Can't finalize vote. Voting still in progress" ) ]
156
- CannotFinalizeVotingInProgress ,
156
+ CannotFinalizeVotingInProgress , // 535
157
157
158
158
/// Proposal voting time expired
159
159
#[ error( "Proposal voting time expired" ) ]
160
- ProposalVotingTimeExpired ,
160
+ ProposalVotingTimeExpired , // 536
161
161
162
162
/// Invalid Signatory Mint
163
163
#[ error( "Invalid Signatory Mint" ) ]
164
- InvalidSignatoryMint ,
164
+ InvalidSignatoryMint , // 537
165
165
166
166
/// Proposal does not belong to the given Governance
167
167
#[ error( "Proposal does not belong to the given Governance" ) ]
0 commit comments