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
It looks like you’re running into a mismatch between the Xahau protocol’s sfEmitNonce and sfEmitCallback fields and the way xahau.js handles EmitDetails in xrpl/src/models/common/index.ts. Specifically:
sfEmitNonce
->string
(uint256)sfEmitCallback
-> optionalstring
(Account)https://github.com/Xahau/xahaud/blob/d17f7151ab35e4c7b7fbb18371a427f62b416d74/src/ripple/protocol/impl/InnerObjectFormats.cpp#L26-L33
xahau.js/packages/xrpl/src/models/common/index.ts
Lines 204 to 209 in 0428622
The text was updated successfully, but these errors were encountered: