diff options
Diffstat (limited to 'rpc/client_test.go')
-rw-r--r-- | rpc/client_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/client_test.go b/rpc/client_test.go index a8195c0af..95d3e1957 100644 --- a/rpc/client_test.go +++ b/rpc/client_test.go @@ -31,7 +31,7 @@ import ( "time" "github.com/davecgh/go-spew/spew" - "github.com/ethereum/go-ethereum/log" + "github.com/dexon-foundation/dexon/log" ) func TestClientRequest(t *testing.T) { |