Skip to content

Commit

Permalink
Merge pull request #1090 from closeobserve/main
Browse files Browse the repository at this point in the history
chore: fix some comments
  • Loading branch information
jhernandezb committed Jul 30, 2024
2 parents f2fa95d + 3864ea4 commit 8e4f37a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/chain_upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func submitUpgradeProposalAndVote(t *testing.T, ctx context.Context, stargazeCha
}
proposal, err := stargazeChain.BuildProposal([]cosmos.ProtoMessage{&proposalMsg},
"Test Upgrade",
"Every PR we preform an upgrade check to ensure nothing breaks",
"Every PR we perform an upgrade check to ensure nothing breaks",
"metadata",
"10000000000"+stargazeChain.Config().Denom,
chainUser.KeyName(),
Expand Down
2 changes: 1 addition & 1 deletion e2e/packet_forward_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func TestPacketForwardMiddleware(t *testing.T) {
func() {
err := r.StopRelayer(ctx, eRep)
if err != nil {
t.Logf("an error occured while stopping the relayer: %s", err)
t.Logf("an error occurred while stopping the relayer: %s", err)
}
},
)
Expand Down
2 changes: 1 addition & 1 deletion x/globalfee/spec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Between the minimum-gas-prices set by the validator and the MinimumGasPrices con
x/globalfee module implements a way for the network to set a few operations on specific cosmwasm contracts which can use zero gas fees (irrespective of validator configuration or MinimumGasPrices value).

The transaction benefits from zero gas fee operations only when all the msgs in the tranaction have been authorized. Else, typical fee has to be paid for the transaction.
The transaction benefits from zero gas fee operations only when all the msgs in the transaction have been authorized. Else, typical fee has to be paid for the transaction.

This configuration of code/contract authorizations can be updated either via on-chain governance or via whitelisted addresses.

Expand Down

0 comments on commit 8e4f37a

Please sign in to comment.