Skip to content

Commit

Permalink
fix: wrong function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Sep 24, 2024
1 parent 6430113 commit d0c61b7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Anoma/Transaction/Types.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ compose (tx1 tx2 : Transaction) : Transaction :=
-- };
deltaProof :=
DeltaProof.aggregate@{
Witness := DeltaProof.Witness;
Proof := DeltaProof.Proof;
VerifyingKey := DeltaProof.VerifyingKey;
p1 := Transaction.deltaProof tx1;
p2 := Transaction.deltaProof tx2
}
Expand Down

0 comments on commit d0c61b7

Please sign in to comment.