Skip to content

Commit

Permalink
spec/quint: blocksync -> consensus symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
cason committed Nov 25, 2024
1 parent d95d1da commit ca6631a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion specs/synchronization/blocksync/quint/blocksync.qnt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

module blocksync {

import types.* from "../types"
import types.* from "./consensus/specs/types"
export types.*

type Option[a] =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module bsyncWithConsensus {
Values = Set("red", "blue"),
Rounds = Set(0, 1, 2, 3),
Heights = Set(0) // , 1, 2, 3)
).* from "../statemachineAsync"
).* from "./consensus/specs/statemachineAsync"

//
// Properties
Expand Down
1 change: 1 addition & 0 deletions specs/synchronization/blocksync/quint/consensus

0 comments on commit ca6631a

Please sign in to comment.