We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d4c4e commit f34e6fdCopy full SHA for f34e6fd
x/common/testutil/testnetwork/validator_node.go
@@ -8,7 +8,6 @@ import (
8
"strings"
9
"time"
10
11
- "github.com/ethereum/go-ethereum/common"
12
"github.com/ethereum/go-ethereum/ethclient"
13
"github.com/stretchr/testify/suite"
14
@@ -74,7 +73,7 @@ type Validator struct {
74
73
Address sdk.AccAddress
75
76
// EthAddress - Ethereum address
77
- EthAddress common.Address
+ EthAddress gethcommon.Address
78
79
// ValAddress - validator operator (valoper) address
80
ValAddress sdk.ValAddress
0 commit comments