Commit 6d8d74b2 authored by acud's avatar acud Committed by GitHub

remove anonymous field from tag reply (#846)

parent 2174d751
...@@ -32,7 +32,6 @@ type tagResponse struct { ...@@ -32,7 +32,6 @@ type tagResponse struct {
Sent int64 `json:"sent"` Sent int64 `json:"sent"`
Synced int64 `json:"synced"` Synced int64 `json:"synced"`
Uid uint32 `json:"uid"` Uid uint32 `json:"uid"`
Anonymous bool `json:"anonymous"`
Name string `json:"name"` Name string `json:"name"`
Address swarm.Address `json:"address"` Address swarm.Address `json:"address"`
StartedAt time.Time `json:"startedAt"` StartedAt time.Time `json:"startedAt"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment