Skip to content

Commit

Permalink
remove randSeed from StandardInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Jan 8, 2025
1 parent 43c4c6f commit a20db44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Applib/Helpers.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,12 @@ isNullifierPresent
(nullifier : Nullifier) (nullifierSet : Set Nullifier) : Bool :=
Set.isMember nullifier nullifierSet;

--- Standard inputs to for transaction functions.
--- Standard inputs for transaction functions.
--- NOTE: In the future, this will include more settings such as the information flow control flag.
type StandardInputs :=
mkStandardInputs@{
caller : Identity;
currentRoot : CommitmentTree.Root;
randSeed : RandSeed;
};

mkActionHelper
Expand Down

0 comments on commit a20db44

Please sign in to comment.