aboutsummaryrefslogtreecommitdiffstats
path: root/accounts
diff options
context:
space:
mode:
Diffstat (limited to 'accounts')
-rw-r--r--accounts/account_manager.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/accounts/account_manager.go b/accounts/account_manager.go
index f7a7506ba..f1ad450e6 100644
--- a/accounts/account_manager.go
+++ b/accounts/account_manager.go
@@ -34,6 +34,7 @@ package accounts
import (
crand "crypto/rand"
+
"github.com/ethereum/go-ethereum/crypto"
)