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 27, 2024
1 parent bd104c3 commit d3ded59
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 @@ -82,7 +82,7 @@ var num_unproven_blocks: StrandInfo


// If a block contains transactions then it is at the very beginning, or the block also contains a proof
def transactionNeedsProofInv =
def payloadImpliesProofInv =
chain.last().txs implies chain.last().height < numStrands or chain.last().proof != None

// The number of proofs of empty blocks in a recursive proof is bounded by maxMissingProofs
Expand Down

0 comments on commit d3ded59

Please sign in to comment.