Skip to content

Fixing the Failure().apply() function if the trait CommitmentStoreOperation.

Dubuisson Duplessis Guillaume requested to merge FixFailure into master

The function correctly created a new commitment in the FAL state but didn't get rid of the previous one. Fixed by calling the remove() function on the previous commit.

Incrementing version number.

Merge request reports