aboutsummaryrefslogtreecommitdiffstats
path: root/ethcrypto/keyring.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethcrypto/keyring.go')
-rw-r--r--ethcrypto/keyring.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/ethcrypto/keyring.go b/ethcrypto/keyring.go
index d3399d13d..35733808b 100644
--- a/ethcrypto/keyring.go
+++ b/ethcrypto/keyring.go
@@ -2,9 +2,10 @@ package ethcrypto
import (
"fmt"
- "github.com/ethereum/eth-go/ethutil"
"io/ioutil"
"strings"
+
+ "github.com/ethereum/go-ethereum/ethutil"
)
type KeyRing struct {