Skip to content

Commit

Permalink
BLOCK-2153 - Fix NFT descriptor (#140)
Browse files Browse the repository at this point in the history
* BLOCK-2153 - Added descriptor for first-hand purchase actions in NFT

* BLOCK-2153 - Fix JSON error
  • Loading branch information
igor-sikachyna authored Feb 6, 2024
1 parent 2cd85a3 commit 1b7a635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions descriptors/eosio.nft.ft-descriptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -776,11 +776,11 @@
},
"maximum_uos_payment": {
"friendlyName": "Maximum UOS payment",
"description": "Optional, maximum amount of UOS that is allowed to be used for the purposes of contract RAM usage",
"description": "Optional, maximum amount of UOS that is allowed to be used for the purposes of contract RAM usage"
},
"group_restriction": {
"friendlyName": "Group restriction",
"description": "Optional, user group restrictions for this purchase option. See documentation for details",
"description": "Optional, user group restrictions for this purchase option. See documentation for details"
},
"purchase_window_start": {
"friendlyName": "Purchase window start",
Expand Down

0 comments on commit 1b7a635

Please sign in to comment.