Linter fixes
This commit is contained in:
parent
ddb3b36b7b
commit
af379b6cf6
|
@ -2,8 +2,10 @@ package types
|
|||
|
||||
import ()
|
||||
|
||||
// Gas measured by the SDK
|
||||
type Gas = int64
|
||||
|
||||
// GasMeter interface to track gas consumption
|
||||
type GasMeter interface {
|
||||
GasExceeded() bool
|
||||
GasConsumed() Gas
|
||||
|
|
Loading…
Reference in New Issue