We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73b95b6 + 0f868fe commit 0341a07Copy full SHA for 0341a07
types/submessages.go
@@ -72,7 +72,7 @@ type SubMsg struct {
72
//
73
// On chains running CosmWasm 1.x this field will be ignored.
74
Payload []byte `json:"payload,omitempty"`
75
- // Gas limit measured in [Cosmos SDK gas](https://github.com/CosmWasm/cosmwasm/blob/main/docs/GAS.md).
+ // GasLimit measured in [Cosmos SDK gas](https://github.com/CosmWasm/cosmwasm/blob/main/docs/GAS.md).
76
77
// Setting this to `None` means unlimited. Then the submessage execution can consume all gas of
78
// the current execution context.
0 commit comments