From e14e54fddab1fbd59e9646dc258cea9f6a9d66c4 Mon Sep 17 00:00:00 2001 From: Aaron Buchwald Date: Fri, 17 Mar 2023 11:19:08 -0400 Subject: [PATCH] Add ignore unnecessary import to precompile contract template --- accounts/abi/bind/precompilebind/precompile_contract_template.go | 1 + 1 file changed, 1 insertion(+) diff --git a/accounts/abi/bind/precompilebind/precompile_contract_template.go b/accounts/abi/bind/precompilebind/precompile_contract_template.go index a2c00ac932..435a1be43a 100644 --- a/accounts/abi/bind/precompilebind/precompile_contract_template.go +++ b/accounts/abi/bind/precompilebind/precompile_contract_template.go @@ -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 )