interledger-deprecated/java-crypto-conditions

Consider not lazily-loading Conditions in Fulfillments

sappenin opened this issue · 1 comments

This will make the equals/hashcode more consistent. If the lazy initialization is removed, we should update the equals/hashcode implementations to consider the conditions.

Closing this issue. Conditions and fulfillments are now immutable.