aboutsummaryrefslogtreecommitdiffstats
path: root/ethstate/state_object.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethstate/state_object.go')
-rw-r--r--ethstate/state_object.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/ethstate/state_object.go b/ethstate/state_object.go
index 1ba005439..d8aba9950 100644
--- a/ethstate/state_object.go
+++ b/ethstate/state_object.go
@@ -4,9 +4,9 @@ import (
"fmt"
"math/big"
- "github.com/ethereum/eth-go/ethcrypto"
- "github.com/ethereum/eth-go/ethtrie"
- "github.com/ethereum/eth-go/ethutil"
+ "github.com/ethereum/go-ethereum/ethcrypto"
+ "github.com/ethereum/go-ethereum/ethtrie"
+ "github.com/ethereum/go-ethereum/ethutil"
)
type Code []byte