Skip to content

Commit

Permalink
refactor: rename deltaProof to deltaProofRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Oct 16, 2024
1 parent bb8dcc2 commit 474ba7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Anoma/Transaction/Object.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type Transaction :=
roots : Set CommitmentTree.Root;
actions : Set Action;
delta : Delta;
deltaProof : DeltaProof.ProofRecord
deltaProofRecord : DeltaProof.ProofRecord
};

--- Composes two ;Transaction; objects.
Expand Down

0 comments on commit 474ba7f

Please sign in to comment.