diff options
Diffstat (limited to 'swarm/api/http/roundtripper.go')
-rw-r--r-- | swarm/api/http/roundtripper.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/api/http/roundtripper.go b/swarm/api/http/roundtripper.go index 019431771..be8ea3985 100644 --- a/swarm/api/http/roundtripper.go +++ b/swarm/api/http/roundtripper.go @@ -20,7 +20,7 @@ import ( "fmt" "net/http" - "github.com/ethereum/go-ethereum/log" + "github.com/ethereum/go-ethereum/swarm/log" ) /* |