aboutsummaryrefslogtreecommitdiffstats
path: root/light/state_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'light/state_test.go')
-rw-r--r--light/state_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/light/state_test.go b/light/state_test.go
index d594ab9ff..e776efec8 100644
--- a/light/state_test.go
+++ b/light/state_test.go
@@ -18,6 +18,7 @@ package light
import (
"bytes"
+ "context"
"math/big"
"testing"
@@ -26,7 +27,6 @@ import (
"github.com/ethereum/go-ethereum/core/state"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/ethdb"
- "golang.org/x/net/context"
)
func makeTestState() (common.Hash, ethdb.Database) {