Skip to content

Commit

Permalink
- Adding missing import "encoding/json" (used in Stringer-method) (#465)
Browse files Browse the repository at this point in the history
- re-ordering of imports
  • Loading branch information
itinance authored Jan 31, 2023
1 parent 76e3fe2 commit 954fe72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion accounts/abi/bind/precompile_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ Typically, custom codes are required in only those areas.
package precompile
import (
"math/big"
"encoding/json"
"errors"
"fmt"
"math/big"
"strings"
"github.com/ava-labs/subnet-evm/accounts/abi"
Expand Down

0 comments on commit 954fe72

Please sign in to comment.