aboutsummaryrefslogtreecommitdiffstats
path: root/ethcrypto/key_manager.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethcrypto/key_manager.go')
-rw-r--r--ethcrypto/key_manager.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/ethcrypto/key_manager.go b/ethcrypto/key_manager.go
index 066a62aab..109768423 100644
--- a/ethcrypto/key_manager.go
+++ b/ethcrypto/key_manager.go
@@ -2,8 +2,9 @@ package ethcrypto
import (
"fmt"
- "github.com/ethereum/eth-go/ethutil"
"sync"
+
+ "github.com/ethereum/go-ethereum/ethutil"
)
type KeyManager struct {