Skip to content

Commit

Permalink
typo module_cosmwasm.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcofann authored Jan 5, 2025
1 parent 163a4aa commit 6d9ba06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/cosmos/module_cosmwasm.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func (tn *ChainNode) ExecuteContract(ctx context.Context, keyName string, contra
return txResp, nil
}

// QueryContract performs a smart query, taking in a query struct and returning a error with the response struct populated.
// QueryContract performs a smart query, taking in a query struct and returning an error with the response struct populated.
func (tn *ChainNode) QueryContract(ctx context.Context, contractAddress string, queryMsg any, response any) error {
var query []byte
var err error
Expand Down

0 comments on commit 6d9ba06

Please sign in to comment.