From ae285fd0cee8f7aa5339311d8773638397c5ef75 Mon Sep 17 00:00:00 2001 From: David Haukeness Date: Tue, 14 Jan 2020 11:06:49 -0700 Subject: [PATCH] added Username to wResult to support reverse wallet lookups --- types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types.go b/types.go index 9577bbc..1424ab7 100644 --- a/types.go +++ b/types.go @@ -532,6 +532,7 @@ type wResult struct { Note string `json:"note"` NoteErr string `json:"noteErr"` Unread bool `json:"unread"` + Username string `json:"username"` } // TeamAPI holds information sent and received to/from the team api