diff options
Diffstat (limited to 'rpc/client.go')
-rw-r--r-- | rpc/client.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/client.go b/rpc/client.go index 6254c95ff..2b5e79848 100644 --- a/rpc/client.go +++ b/rpc/client.go @@ -32,7 +32,7 @@ import ( "sync/atomic" "time" - "github.com/ethereum/go-ethereum/log" + "github.com/dexon-foundation/dexon/log" ) var ( |