Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LedgerResult Deserialization: Malformed Memos field #515

Open
nkramer44 opened this issue Dec 18, 2023 · 0 comments
Open

LedgerResult Deserialization: Malformed Memos field #515

nkramer44 opened this issue Dec 18, 2023 · 0 comments

Comments

@nkramer44
Copy link
Collaborator

Prior to XRPLF/rippled@a5297d1, rippled did not validate the format of the Memos field in transactions. There are one transaction in ledger 7266368 that has a malformed Memos field that looks like this:

"Memos": [
    {
        "TransactionMetaData": {}
    }
]

This ticket may not be worth fixing, as it will require changes to Transaction that will be hard to make without breaking the API, and any fix would only apply to one transaction in a very old ledger.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant