Skip to content

Commit f34e6fd

Browse files
authored
chore: remove duplicate package imports (#2276)
Signed-off-by: fivecut <[email protected]>
1 parent 11d4c4e commit f34e6fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x/common/testutil/testnetwork/validator_node.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
"strings"
99
"time"
1010

11-
"github.com/ethereum/go-ethereum/common"
1211
"github.com/ethereum/go-ethereum/ethclient"
1312
"github.com/stretchr/testify/suite"
1413

@@ -74,7 +73,7 @@ type Validator struct {
7473
Address sdk.AccAddress
7574

7675
// EthAddress - Ethereum address
77-
EthAddress common.Address
76+
EthAddress gethcommon.Address
7877

7978
// ValAddress - validator operator (valoper) address
8079
ValAddress sdk.ValAddress

0 commit comments

Comments
 (0)