Skip to content

Commit

Permalink
logic: junk up our docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-wh committed Oct 16, 2023
1 parent beac905 commit f361f74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/logic/evm.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f361f74

Please sign in to comment.