chore: delete unnecessary convertation to string
This commit is contained in:
parent
6f8dc65c04
commit
4f731fd35a
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ func Properties(token []byte) map[string]string {
|
|||
"name": nft.Question,
|
||||
"prevOwners": std.Itoa10(nft.PrevOwners),
|
||||
"questionType": nft.QuestionType,
|
||||
"data": string(nft.Data),
|
||||
"data": nft.Data,
|
||||
}
|
||||
return result
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue