Skip to content

Commit

Permalink
Add ignore unnecessary import to precompile contract template (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbuchwald authored Mar 17, 2023
1 parent 5fe44fd commit eec3cd5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const (
// CUSTOM CODE STARTS HERE
// Reference imports to suppress errors from unused imports. This code and any unnecessary imports can be removed.
var (
_ = abi.JSON
_ = errors.New
_ = big.NewInt
)
Expand Down

0 comments on commit eec3cd5

Please sign in to comment.