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 31500867c..5535e6e79 100644 --- a/rpc/packages.go +++ b/rpc/packages.go @@ -6,12 +6,12 @@ import ( "math/big" "strings" - "github.com/ethereum/go-ethereum/ethpipe" "github.com/ethereum/go-ethereum/ethutil" + "github.com/ethereum/go-ethereum/xeth" ) type EthereumApi struct { - pipe *ethpipe.JSPipe + pipe *xeth.JSXEth } type JsonArgs interface { |