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
Certain fulfillments and conditions that show up in validated (but not executed) EscrowFinish transactions are able to be parsed by CryptoConditionReader, but are actually malformed (for example if a Fulfillment has a well formed first 32 bytes, but has extra bytes attached afterward). This causes an exception to be thrown when deserializing the EscrowFinish from JSON.
Certain fulfillments and conditions that show up in validated (but not executed) EscrowFinish transactions are able to be parsed by
CryptoConditionReader
, but are actually malformed (for example if a Fulfillment has a well formed first 32 bytes, but has extra bytes attached afterward). This causes an exception to be thrown when deserializing the EscrowFinish from JSON.Offending transactions:
The text was updated successfully, but these errors were encountered: