Skip to content

Commit

Permalink
actionsDelta argument should be Set Action
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman committed Oct 31, 2024
1 parent 797014e commit 2850cfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Anoma/Base.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ module Transaction;
-- Add the Transaction projection functions to the scope for convenience.
open Transaction public;

--- Compute the delta for a list of actions.
axiom actionsDelta : List Action -> Delta;
--- Compute the delta for a set of actions.
axiom actionsDelta : Set Action -> Delta;

--- Compute a proof for the transaction balance.
axiom proveBalance : Transaction -> Proof;
Expand Down

0 comments on commit 2850cfe

Please sign in to comment.