diff options
Diffstat (limited to 'rpc/packages.go')
-rw-r--r-- | rpc/packages.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpc/packages.go b/rpc/packages.go index 3fba7ae4f..07d3ddc9a 100644 --- a/rpc/packages.go +++ b/rpc/packages.go @@ -6,8 +6,8 @@ import ( "math/big" "strings" - "github.com/ethereum/eth-go/ethpipe" - "github.com/ethereum/eth-go/ethutil" + "github.com/ethereum/go-ethereum/ethpipe" + "github.com/ethereum/go-ethereum/ethutil" ) type EthereumApi struct { |