diff options
Diffstat (limited to 'rpc/client_example_test.go')
-rw-r--r-- | rpc/client_example_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/client_example_test.go b/rpc/client_example_test.go index 3bb8717b8..261c6fb70 100644 --- a/rpc/client_example_test.go +++ b/rpc/client_example_test.go @@ -22,7 +22,7 @@ import ( "math/big" "time" - "github.com/ethereum/go-ethereum/rpc" + "github.com/dexon-foundation/dexon/rpc" ) // In this example, our client wishes to track the latest 'block number' |