Skip to content

Commit 936cb5a

Browse files
fudancoderfudancoder
andauthored
chore: remove redundant words (#3441)
Signed-off-by: fudancoder <fudancoder@icloud.com.> Co-authored-by: fudancoder <fudancoder@icloud.com.>
1 parent 6d72be7 commit 936cb5a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ts/packages/spl-governance/idl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2947,7 +2947,7 @@
29472947
{
29482948
"code": 584,
29492949
"name": "ProposalIsNotExecutable",
2950-
"msg": "Proposal is not not executable"
2950+
"msg": "Proposal is not executable"
29512951
},
29522952
{
29532953
"code": 585,

ts/packages/spl-governance/program/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1848,8 +1848,8 @@ pub enum GovernanceError {
18481848
#[msg("Invalid proposal options")]
18491849
InvalidProposalOptions,
18501850

1851-
/// Proposal is not not executable
1852-
#[msg("Proposal is not not executable")]
1851+
/// Proposal is not executable
1852+
#[msg("Proposal is not executable")]
18531853
ProposalIsNotExecutable,
18541854

18551855
/// Invalid vote

ts/packages/spl-governance/src/program.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2910,7 +2910,7 @@ type SplGovernance = {
29102910
{
29112911
code: 584;
29122912
name: "ProposalIsNotExecutable";
2913-
msg: "Proposal is not not executable";
2913+
msg: "Proposal is not executable";
29142914
},
29152915
{
29162916
code: 585;
@@ -5869,7 +5869,7 @@ const IDL: SplGovernance = {
58695869
{
58705870
code: 584,
58715871
name: "ProposalIsNotExecutable",
5872-
msg: "Proposal is not not executable",
5872+
msg: "Proposal is not executable",
58735873
},
58745874
{
58755875
code: 585,

0 commit comments

Comments
 (0)