Skip to content

Commit

Permalink
Update specs/quint/specs/proofs-in-blocs/proofs.qnt
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel <daniel.cason@informal.systems>
  • Loading branch information
josef-widder and cason authored Jun 21, 2024
1 parent 205027a commit 2fc93bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/quint/specs/proofs-in-blocs/proofs.qnt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type ForkID = int

type L2Proof = {
provenBlock: Height,
emptyBlocks: Set[int],
emptyBlocks: Set[Height],
}

type BlockProof =
Expand Down

0 comments on commit 2fc93bc

Please sign in to comment.