Skip to content
Merged
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
2 changes: 1 addition & 1 deletion private_net/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ node.discovery = {
Make sure only one SR witness sets `needSyncCheck = false`, while the rest of the witnesses and other fullnodes set it to `true`. This ensures that there is only one source of truth for block data.
```
block = {
needSyncCheck = true # only one SR witness set false, the rest all false
needSyncCheck = true # only one SR witness set false, the rest all true
...
}
```
Expand Down