Skip to content

Commit

Permalink
Merge pull request #222 from Tobeyw/dev-mindy
Browse files Browse the repository at this point in the history
add userName to GetNFTList
  • Loading branch information
Tobeyw authored Nov 7, 2023
2 parents 571572a + 3a62666 commit 25ca5b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neo3fura_http/biz/api/src.GetNFTList.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ func (me *T) GetNFTList(args struct {
it["order"] = value["order"]
it["owner"] = value["owner"]
it["nns"] = value["nns"]
it["userName"] = value["useName"]
}
copygroup = append(copygroup, it)

Expand Down

0 comments on commit 25ca5b4

Please sign in to comment.