added Username to wResult to support reverse wallet lookups

This commit is contained in:
2020-01-14 11:06:49 -07:00
parent c8c20dc28f
commit ae285fd0ce

View File

@ -532,6 +532,7 @@ type wResult struct {
Note string `json:"note"` Note string `json:"note"`
NoteErr string `json:"noteErr"` NoteErr string `json:"noteErr"`
Unread bool `json:"unread"` Unread bool `json:"unread"`
Username string `json:"username"`
} }
// TeamAPI holds information sent and received to/from the team api // TeamAPI holds information sent and received to/from the team api