rippled
rippled copied to clipboard
`NFTokenOffers` Vector256 is not mapped directly to a specific Hash256
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.