diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-01-17 20:38:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-17 20:38:57 +0800 |
commit | d63752ef4d4e455f2f8f0acebf89e482534b0ef1 (patch) | |
tree | 91bdef3dc7974a1663d9b0de1d8efadbabb465af /swarm | |
parent | 6fb76443b34ac5797c4b561ec38148eb3868a47e (diff) | |
parent | 54a65e6d87800ba5ecb8a14621d4aff0bfa56ada (diff) | |
download | dexon-d63752ef4d4e455f2f8f0acebf89e482534b0ef1.tar dexon-d63752ef4d4e455f2f8f0acebf89e482534b0ef1.tar.gz dexon-d63752ef4d4e455f2f8f0acebf89e482534b0ef1.tar.bz2 dexon-d63752ef4d4e455f2f8f0acebf89e482534b0ef1.tar.lz dexon-d63752ef4d4e455f2f8f0acebf89e482534b0ef1.tar.xz dexon-d63752ef4d4e455f2f8f0acebf89e482534b0ef1.tar.zst dexon-d63752ef4d4e455f2f8f0acebf89e482534b0ef1.zip |
Merge pull request #3579 from bas-vk/natspec
cmd,eth,les,internal: remove natspec support
Diffstat (limited to 'swarm')
-rw-r--r-- | swarm/api/http/roundtripper.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/swarm/api/http/roundtripper.go b/swarm/api/http/roundtripper.go index a3a644b73..7b5bbc883 100644 --- a/swarm/api/http/roundtripper.go +++ b/swarm/api/http/roundtripper.go @@ -44,9 +44,7 @@ If Host is left empty, localhost is assumed. Using a public gateway, the above few lines gives you the leanest bzz-scheme aware read-only http client. You really only ever need this -if you need go-native swarm access to bzz addresses, e.g., -github.com/ethereum/go-ethereum/common/natspec - +if you need go-native swarm access to bzz addresses. */ type RoundTripper struct { |