File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
ts/packages/spl-governance Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments