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
xrpl4j's UInt64Type.BASE_10_UINT64_FIELD_NAMES is missing LockedAmount, so the binary codec parses/emits it in base 16 instead of base 10. For example, decimal "1000" becomes 0x1000 (4096).
xrpl4j's
UInt64Type.BASE_10_UINT64_FIELD_NAMESis missingLockedAmount, so the binary codec parses/emits it in base 16 instead of base 10. For example, decimal "1000" becomes 0x1000 (4096).