Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions quint/gossip-spanning-forest/spanningForest.qnt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// 👉 This is WORK IN PROGRESS; not everything here is correct 👈

/*
Dynamic Spanning Forest gossip protocol. Or Dinamic Optimal Graph (DOG) gossip protocol.
Dynamic Spanning Forest gossip protocol. Or Dynamic Optimal Graph (DOG) gossip protocol.

Briefly, if node A receives from B a transaction that it already has, this means that there must
exist a cycle in the network topology, so A tells B to stop sending transactions. So the idea is
Expand Down Expand Up @@ -376,4 +376,4 @@ module spanningForest {
def s6 = s("n6")
def s7 = s("n7")

}
}