Replies: 2 comments
-
append some logs: org.xrpl.xrpl4j.client.JsonRpcClientErrorException: com.fasterxml.jackson.databind.JsonMappingException: Cannot construct instance of |
Beta Was this translation helpful? Give feedback.
-
move to issue tab: #325 |
Beta Was this translation helpful? Give feedback.
-
att;
When I sync block with tx like this code on block 75603952:
UnsignedInteger index = UnsignedInteger.valueOf(blockNumber);
LedgerResult ledgerResult = xrplClient.ledger(LedgerRequestParams.builder() .ledgerSpecifier(LedgerSpecifier.of(LedgerIndex.of(index))).transactions(true).build());
I receive the exception like the title, how to avoid this?
xrpl4j version: 2.5.0
Beta Was this translation helpful? Give feedback.
All reactions