Skip to content

Commit

Permalink
chore: fix some function names in comment (#1019)
Browse files Browse the repository at this point in the history
fix some function names in comment
  • Loading branch information
forcedebug authored Jan 29, 2025
1 parent 980a63d commit 3345bd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/tests/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ func (p *pocketdBin) runPocketCmd(args ...string) (*commandResult, error) {
return r, err
}

// runCurlPostCmd is a helper to run a command using the local pocketd binary with the flags provided
// runCurlCmd is a helper to run a command using the local pocketd binary with the flags provided
func (p *pocketdBin) runCurlCmd(rpcBaseURL, service, method, path, appAddr, data string, args ...string) (*commandResult, error) {
rpcUrl, err := url.Parse(rpcBaseURL)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion e2e/tests/reset_params_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func (s *suite) resetAllModuleParamsToDefaults() {
s.sendAuthzExecTx(s.granteeName, resetTxJSONFile.Name())
}

// allMoudlesMsgUpdateParamsToDefaultsAny returns a slice of Any messages, each corresponding
// allModulesMsgUpdateParamsToDefaultsAny returns a slice of Any messages, each corresponding
// to a MsgUpdateParams for a module, populated with the respective default values.
func (s *suite) allModulesMsgUpdateParamsToDefaultsAny() []*codectypes.Any {
s.Helper()
Expand Down

0 comments on commit 3345bd2

Please sign in to comment.