aboutsummaryrefslogtreecommitdiff
path: root/accounts/keystore/account_cache.go
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-09-16 18:26:55 -0400
committerDeterminant <tederminant@gmail.com>2020-09-16 18:26:55 -0400
commit8478802ddacc027a8d8c866da9365f6739d9d9d4 (patch)
tree87537a51a5582d569f8eee76850cd4f93dd4d2bf /accounts/keystore/account_cache.go
parent3410d2bf702bb3308d7bca611780141dd1311efa (diff)
...
Diffstat (limited to 'accounts/keystore/account_cache.go')
-rw-r--r--accounts/keystore/account_cache.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/keystore/account_cache.go b/accounts/keystore/account_cache.go
index 2067ccb..76bd552 100644
--- a/accounts/keystore/account_cache.go
+++ b/accounts/keystore/account_cache.go
@@ -28,8 +28,8 @@ import (
"time"
"github.com/ava-labs/coreth/accounts"
- "github.com/ava-labs/go-ethereum/common"
- "github.com/ava-labs/go-ethereum/log"
+ "github.com/ethereum/go-ethereum/common"
+ "github.com/ethereum/go-ethereum/log"
mapset "github.com/deckarep/golang-set"
)