Skip to content

Commit

Permalink
spec/quint: re-tabbing bsyncWithConsensus.qnt
Browse files Browse the repository at this point in the history
  • Loading branch information
cason committed Nov 20, 2024
1 parent 6c4ac42 commit a597f06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions specs/quint/specs/blocksync/bsyncWithConsensus.qnt
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,8 @@ module bsyncWithConsensus {
.then(all{unchangedAll, syncStatusStep("v3")})
.then(all{unchangedAll, syncDeliverStatus("v4")})
// v4's request to v2 times out...
.then(all{unchangedAll, syncClientTimeOut("v4")})
.then(all{unchangedAll, syncClientTimeout("v4")})
// after handling the timeout a request for certificate is sent to v3
.expect(requestsBuffer.get("v3").contains({ client: "v4", height: 0, rtype: SyncCertificate, server: "v3" }))



}

0 comments on commit a597f06

Please sign in to comment.