Skip to content

Commit 4bf0c3d

Browse files
authored
fix private config (#29)
1 parent 78f921f commit 4bf0c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

private_net/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ node.discovery = {
9696
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.
9797
```
9898
block = {
99-
needSyncCheck = true # only one SR witness set false, the rest all false
99+
needSyncCheck = true # only one SR witness set false, the rest all true
100100
...
101101
}
102102
```

0 commit comments

Comments
 (0)