diff --git a/api/logic/evm.go b/api/logic/evm.go index 3d49c4132..4f2d415bb 100644 --- a/api/logic/evm.go +++ b/api/logic/evm.go @@ -12,6 +12,7 @@ import ( // evmPreMarshal converts v to a type that gives us the JSON serialization that we like: // - large integers are JSON strings instead of JSON numbers // - byte array types are JSON strings of base64 instead of JSON arrays of numbers +// Contrived dot for godot linter: . func evmPreMarshal(v interface{}, t abi.Type) interface{} { switch t.T { case abi.IntTy, abi.UintTy: