chore: remove redundant words (#3441)

Signed-off-by: fudancoder <fudancoder@icloud.com.>
Co-authored-by: fudancoder <fudancoder@icloud.com.>
This commit is contained in:
fudancoder 2025-04-30 03:04:02 +08:00 committed by GitHub
parent 6d72be7168
commit 936cb5a1ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -2947,7 +2947,7 @@
{
"code": 584,
"name": "ProposalIsNotExecutable",
"msg": "Proposal is not not executable"
"msg": "Proposal is not executable"
},
{
"code": 585,

View File

@ -1848,8 +1848,8 @@ pub enum GovernanceError {
#[msg("Invalid proposal options")]
InvalidProposalOptions,
/// Proposal is not not executable
#[msg("Proposal is not not executable")]
/// Proposal is not executable
#[msg("Proposal is not executable")]
ProposalIsNotExecutable,
/// Invalid vote

View File

@ -2910,7 +2910,7 @@ type SplGovernance = {
{
code: 584;
name: "ProposalIsNotExecutable";
msg: "Proposal is not not executable";
msg: "Proposal is not executable";
},
{
code: 585;
@ -5869,7 +5869,7 @@ const IDL: SplGovernance = {
{
code: 584,
name: "ProposalIsNotExecutable",
msg: "Proposal is not not executable",
msg: "Proposal is not executable",
},
{
code: 585,