diff options
Diffstat (limited to 'ethpipe/object.go')
-rw-r--r-- | ethpipe/object.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ethpipe/object.go b/ethpipe/object.go index f0032992c..356ed788c 100644 --- a/ethpipe/object.go +++ b/ethpipe/object.go @@ -1,8 +1,8 @@ package ethpipe import ( - "github.com/ethereum/eth-go/ethstate" - "github.com/ethereum/eth-go/ethutil" + "github.com/ethereum/go-ethereum/ethstate" + "github.com/ethereum/go-ethereum/ethutil" ) type Object struct { |