Remove user snatches (should be handled by backend)

This commit is contained in:
Justin Li
2014-08-01 13:25:30 -04:00
parent 24b4437edd
commit 14fd5612af
4 changed files with 0 additions and 23 deletions
-1
View File
@@ -169,7 +169,6 @@ type User struct {
UpMultiplier float64 `json:"up_multiplier"`
DownMultiplier float64 `json:"down_multiplier"`
Snatches uint64 `json:"snatches"` // TODO deleteme
}
// Announce is an Announce by a Peer.