Skip to content

Fails to parse ledger 94084608 due to empty Account #590

@enforser

Description

@enforser

Transaction 4489EC9209A02221FBFADE49CFD09C93D46C2AF3B0878FC2A8767B2F21DFA9BB has an empty Account field being returned.

This fails to be parsed by xrpl4j: https://github.com/XRPLF/xrpl4j/blame/a69b5f1acdd93b54dc0c648685875e077cdae433/xrpl4j-core/src/main/java/org/xrpl/xrpl4j/model/transactions/Wrappers.java#L107

Here is what the empty account field looks like in the response from the node:

{
  validated: true
  ledger_index: 94084608
  close_time_iso: "2025-02-12T00:16:10Z"
  ledger_hash: "576A59C1EA928637915556DBF2BF9F6CC7ADAC942EAA6706BA91BB35751140A5"
  hash: "4489EC9209A02221FBFADE49CFD09C93D46C2AF3B0878FC2A8767B2F21DFA9BB"
  tx_json: {
    Account: ""
    Fee: "0"
    LedgerSequence: 94084608
    Sequence: 0
    SigningPubKey: ""
    TransactionType: "UNLModify"
    UNLModifyDisabling: 1
    UNLModifyValidator: "ED63CF929BE85B266A66584B3FE2EB97FC248203F0271DC9C833563E60418E7818"
  }
meta: { .. }
}

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions