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
The XRPL documentation states: "Token pairs in the transaction with a missing AssetPrice field delete corresponding token pairs in the object."
However, when creating an OracleSet transaction without the AssetPrice field, the following error occurs:
xrpl.models.exceptions.XRPLModelException: {'price_data_series': 'Field must have both AssetPrice and Scale if any are present'}
This behavior seems contradictory to the documented functionality. Could you please investigate and clarify the expected behavior for OracleSet transactions with missing AssetPrice fields?
The text was updated successfully, but these errors were encountered:
The XRPL documentation states: "Token pairs in the transaction with a missing
AssetPrice
field delete corresponding token pairs in the object."However, when creating an OracleSet transaction without the AssetPrice field, the following error occurs:
xrpl.models.exceptions.XRPLModelException: {'price_data_series': 'Field must have both AssetPrice and Scale if any are present'}
This behavior seems contradictory to the documented functionality. Could you please investigate and clarify the expected behavior for OracleSet transactions with missing AssetPrice fields?
The text was updated successfully, but these errors were encountered: