aboutsummaryrefslogtreecommitdiff
path: root/node
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 /node
parent3410d2bf702bb3308d7bca611780141dd1311efa (diff)
...
Diffstat (limited to 'node')
-rw-r--r--node/api.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/node/api.go b/node/api.go
index 4196a6b..e74d10b 100644
--- a/node/api.go
+++ b/node/api.go
@@ -22,10 +22,10 @@ import (
//"strings"
"github.com/ava-labs/coreth/rpc"
- "github.com/ava-labs/go-ethereum/common/hexutil"
- "github.com/ava-labs/go-ethereum/crypto"
- "github.com/ava-labs/go-ethereum/p2p"
- "github.com/ava-labs/go-ethereum/p2p/enode"
+ "github.com/ethereum/go-ethereum/common/hexutil"
+ "github.com/ethereum/go-ethereum/crypto"
+ "github.com/ethereum/go-ethereum/p2p"
+ "github.com/ethereum/go-ethereum/p2p/enode"
)
// apis returns the collection of built-in RPC APIs.