Skip to content

Commit

Permalink
refactor: deletion criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Nov 8, 2024
1 parent ad3144b commit 1f8d93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Anoma/Transaction/AppData.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type DeletionCriterion :=
| AfterTimestamp MISSING_DEFINITION
| AfterSignatureOverData MISSING_DEFINITION
| AfterPredicates MISSING_DEFINITION
| StoreForever MISSING_DEFINITION;
| StoreForever;

--- A data type encoding the lookup key of application.
--- TODO Add an equivalent to `anomaEncode` and `anomaDecode` to be able to change this to ;ByteArray;.
Expand Down

0 comments on commit 1f8d93c

Please sign in to comment.