signer/fourbyte: remove unused import

This commit is contained in:
Aaron Chen 2024-04-09 15:51:08 +08:00 committed by GitHub
parent 5f812599b3
commit 7438456102
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,6 @@ import (
"bytes"
"errors"
"fmt"
"math/big"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/signer/core/apitypes"