Skip to content

Commit

Permalink
Merge pull request #224 from Tobeyw/dev-mindy
Browse files Browse the repository at this point in the history
fix username and nns
  • Loading branch information
Tobeyw authored Nov 7, 2023
2 parents 43e9b80 + c8f88c2 commit 546e377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo3fura_http/biz/api/src.GetInfoByNFT.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ func GetNNSByAddress(address string) (string, string, error) {
if err != nil {
return "", "", err
}
nns = data["username"].(string)
nns = data["nns"].(string)
userName = data["username"].(string)
} else {
nns = ""
Expand Down

0 comments on commit 546e377

Please sign in to comment.