Skip to content

Commit

Permalink
chore: fix struct field name in comment (#7740)
Browse files Browse the repository at this point in the history
Signed-off-by: goodfirm <[email protected]>
  • Loading branch information
goodfirm authored Dec 19, 2024
1 parent d50f7ba commit b0a4012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/testsuite/testconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func getChainImage(binary string) string {
type TestConfig struct {
// ChainConfigs holds configuration values related to the chains used in the tests.
ChainConfigs []ChainConfig `yaml:"chains"`
// RelayerConfig holds all known relayer configurations that can be used in the tests.
// RelayerConfigs holds all known relayer configurations that can be used in the tests.
RelayerConfigs []relayer.Config `yaml:"relayers"`
// ActiveRelayer specifies the relayer that will be used. It must match the ID of one of the entries in RelayerConfigs.
ActiveRelayer string `yaml:"activeRelayer"`
Expand Down
2 changes: 1 addition & 1 deletion modules/light-clients/08-wasm/types/gas_register.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ type WasmGasRegisterConfig struct {
// See also https://github.com/CosmWasm/wasmd/issues/1798 for more thinking around
// discount cases.
InstanceCostDiscount storetypes.Gas
// CompileCosts costs to persist and "compile" a new wasm contract
// CompileCost costs to persist and "compile" a new wasm contract
CompileCost storetypes.Gas
// UncompressCost costs per byte to unpack a contract
UncompressCost wasmvmtypes.UFraction
Expand Down

0 comments on commit b0a4012

Please sign in to comment.