diff options
author | Bas van Kervel <basvankervel@gmail.com> | 2017-01-17 18:35:07 +0800 |
---|---|---|
committer | Bas van Kervel <basvankervel@gmail.com> | 2017-01-17 19:13:50 +0800 |
commit | 54a65e6d87800ba5ecb8a14621d4aff0bfa56ada (patch) | |
tree | 92463956d946655c9ba04f7505a7911dea1f919a /swarm | |
parent | 26d385c18b5eb003d9a69ff618c78acbe594db44 (diff) | |
download | go-tangerine-54a65e6d87800ba5ecb8a14621d4aff0bfa56ada.tar.gz go-tangerine-54a65e6d87800ba5ecb8a14621d4aff0bfa56ada.tar.zst go-tangerine-54a65e6d87800ba5ecb8a14621d4aff0bfa56ada.zip |
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 { |