aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/client_example_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'rpc/client_example_test.go')
-rw-r--r--rpc/client_example_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/client_example_test.go b/rpc/client_example_test.go
index 3462b3685..8276a9ead 100644
--- a/rpc/client_example_test.go
+++ b/rpc/client_example_test.go
@@ -17,12 +17,12 @@
package rpc_test
import (
+ "context"
"fmt"
"math/big"
"time"
"github.com/ethereum/go-ethereum/rpc"
- "golang.org/x/net/context"
)
// In this example, our client whishes to track the latest 'block number'