Linter fixes

This commit is contained in:
Christopher Goes
2018-05-16 01:13:48 +02:00
parent ddb3b36b7b
commit af379b6cf6
+2
View File
@@ -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