mirror of
https://github.com/corda/corda.git
synced 2025-02-20 17:33:15 +00:00
The problem with the previous implementation is that the transaction would be deserialized with the schema specified in the serialized form, but the calculation of the id would involve re-serializing properties using a local serialization context which might produce a different result.