You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Vector256 field NFTokenOffers is mapped to 2 different types of hashes. So its impossible to tell the user during display of the transaction if they are cancelling a Buy offer or a Sell offer.
Going forward lets force all Vector256's to be mapped directly to a single Hash type so its clear to the user what type of Hash is being submitted.
This is causing an issue with Ledger Device integration of XLS20.
Steps to Reproduce
Expected Result
Actual Result
Environment
Supporting Files
The text was updated successfully, but these errors were encountered:
Issue Description
The Vector256 field
NFTokenOffers
is mapped to 2 different types of hashes. So its impossible to tell the user during display of the transaction if they are cancelling a Buy offer or a Sell offer.Going forward lets force all Vector256's to be mapped directly to a single Hash type so its clear to the user what type of Hash is being submitted.
This is causing an issue with Ledger Device integration of XLS20.
Steps to Reproduce
Expected Result
Actual Result
Environment
Supporting Files
The text was updated successfully, but these errors were encountered: