Rename some more "features" to "capabilities" (#1679)

* Format code

* Rename {Reflect,Cyberpunk}Features -> {Reflect,Cyberpunk}Capabilities
This commit is contained in:
Simon Warta
2023-10-20 18:04:59 +02:00
committed by GitHub
parent 606289ab56
commit a6fe36d574
5 changed files with 19 additions and 20 deletions

View File

@@ -389,7 +389,6 @@ func (c WasmdCli) IsInCometBftValset(valPubKey cryptotypes.PubKey) (cmtservice.G
return valResult, found
}
// SubmitGovProposal submit a gov v1 proposal
func (c WasmdCli) SubmitGovProposal(proposalJson string, args ...string) string {
if len(args) == 0 {