Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon Bear committed Feb 10, 2023
1 parent 4d3a5f6 commit 3554c87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/evm/plugins/gas/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ import (
// `gasMeterDescriptor` is the descriptor for the gas meter used in the plugin.
const gasMeterDescriptor = `stargazer-gas-plugin`

// `plugin` uses the SDK context gas meters (tx and block) to manage gas consumption.
// `plugin` wraps a Cosmos context and utilize's the underlying `GasMeter` and `BlockGasMeter`
// to implement the core.GasPlugin interface.
type plugin struct {
sdk.Context
}
Expand Down

0 comments on commit 3554c87

Please sign in to comment.