diff options
author | Determinant <[email protected]> | 2020-09-16 18:26:55 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2020-09-16 18:26:55 -0400 |
commit | 8478802ddacc027a8d8c866da9365f6739d9d9d4 (patch) | |
tree | 87537a51a5582d569f8eee76850cd4f93dd4d2bf /node/api.go | |
parent | 3410d2bf702bb3308d7bca611780141dd1311efa (diff) |
...
Diffstat (limited to 'node/api.go')
-rw-r--r-- | node/api.go | 8 |
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. |