Apply goimports to signer/core/api.go

This commit is contained in:
Alex Browne 2019-11-04 13:05:59 -08:00
parent 687b181b1a
commit f2f6955098
No known key found for this signature in database
GPG key ID: CA6B8D4AFA783512

View file

@ -33,9 +33,9 @@ import (
"github.com/ethereum/go-ethereum/accounts/usbwallet"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/internal/ethapi"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/rlp"
"github.com/ethereum/go-ethereum/signer/storage"