diff options
Diffstat (limited to 'ethclient/signer.go')
-rw-r--r-- | ethclient/signer.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ethclient/signer.go b/ethclient/signer.go index 74a93f1e2..6c4fb0c6e 100644 --- a/ethclient/signer.go +++ b/ethclient/signer.go @@ -20,8 +20,8 @@ import ( "errors" "math/big" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/core/types" + "github.com/dexon-foundation/dexon/common" + "github.com/dexon-foundation/dexon/core/types" ) // senderFromServer is a types.Signer that remembers the sender address returned by the RPC |