diff options
Diffstat (limited to 'rpc/http.go')
-rw-r--r-- | rpc/http.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/http.go b/rpc/http.go index 4c2e16a50..2ecb2166e 100644 --- a/rpc/http.go +++ b/rpc/http.go @@ -31,8 +31,8 @@ import ( "sync" "time" - "github.com/dexon-foundation/dexon/log" "github.com/rs/cors" + "github.com/tangerine-network/go-tangerine/log" ) const ( |