Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit b607875

Browse files
authored
update private chain (#1366)
1 parent d05ec46 commit b607875

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/en-us/develop/network/private-chain/private-chain2.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You can refer to the following example:
5555
"Network": 5943216,
5656
"MillisecondsPerBlock": 15000,
5757
"MaxTraceableBlocks": 2102400,
58-
"ValidatorsCount": 7,
58+
"ValidatorsCount": 4,
5959
"StandbyCommittee": [
6060
"03bf333ec238acd25f22d533748426a72f6c266bd2681000ac2bf3061fc79c6625",
6161
"02c2a4c3598467125522ff25995bce99c8bc898c3dc23381642586d0f172957ba7",
@@ -101,7 +101,7 @@ You can refer to the following example:
101101
"Network": 5943216,
102102
"MillisecondsPerBlock": 15000,
103103
"MaxTraceableBlocks": 2102400,
104-
"ValidatorsCount": 7,
104+
"ValidatorsCount": 4,
105105
"StandbyCommittee": [
106106
"03bf333ec238acd25f22d533748426a72f6c266bd2681000ac2bf3061fc79c6625",
107107
"02c2a4c3598467125522ff25995bce99c8bc898c3dc23381642586d0f172957ba7",
@@ -147,7 +147,7 @@ You can refer to the following example:
147147
"Network": 5943216,
148148
"MillisecondsPerBlock": 15000,
149149
"MaxTraceableBlocks": 2102400,
150-
"ValidatorsCount": 7,
150+
"ValidatorsCount": 4,
151151
"StandbyCommittee": [
152152
"03bf333ec238acd25f22d533748426a72f6c266bd2681000ac2bf3061fc79c6625",
153153
"02c2a4c3598467125522ff25995bce99c8bc898c3dc23381642586d0f172957ba7",
@@ -193,7 +193,7 @@ You can refer to the following example:
193193
"Network": 5943216,
194194
"MillisecondsPerBlock": 15000,
195195
"MaxTraceableBlocks": 2102400,
196-
"ValidatorsCount": 7,
196+
"ValidatorsCount": 4,
197197
"StandbyCommittee": [
198198
"03bf333ec238acd25f22d533748426a72f6c266bd2681000ac2bf3061fc79c6625",
199199
"02c2a4c3598467125522ff25995bce99c8bc898c3dc23381642586d0f172957ba7",

docs/zh-cn/develop/network/private-chain/private-chain2.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"Network": 5943216,
5757
"MillisecondsPerBlock": 15000,
5858
"MaxTraceableBlocks": 2102400,
59-
"ValidatorsCount": 7,
59+
"ValidatorsCount": 4,
6060
"StandbyCommittee": [
6161
"03bf333ec238acd25f22d533748426a72f6c266bd2681000ac2bf3061fc79c6625",
6262
"02c2a4c3598467125522ff25995bce99c8bc898c3dc23381642586d0f172957ba7",
@@ -102,7 +102,7 @@
102102
"Network": 5943216,
103103
"MillisecondsPerBlock": 15000,
104104
"MaxTraceableBlocks": 2102400,
105-
"ValidatorsCount": 7,
105+
"ValidatorsCount": 4,
106106
"StandbyCommittee": [
107107
"03bf333ec238acd25f22d533748426a72f6c266bd2681000ac2bf3061fc79c6625",
108108
"02c2a4c3598467125522ff25995bce99c8bc898c3dc23381642586d0f172957ba7",
@@ -148,7 +148,7 @@
148148
"Network": 5943216,
149149
"MillisecondsPerBlock": 15000,
150150
"MaxTraceableBlocks": 2102400,
151-
"ValidatorsCount": 7,
151+
"ValidatorsCount": 4,
152152
"StandbyCommittee": [
153153
"03bf333ec238acd25f22d533748426a72f6c266bd2681000ac2bf3061fc79c6625",
154154
"02c2a4c3598467125522ff25995bce99c8bc898c3dc23381642586d0f172957ba7",
@@ -194,7 +194,7 @@
194194
"Network": 5943216,
195195
"MillisecondsPerBlock": 15000,
196196
"MaxTraceableBlocks": 2102400,
197-
"ValidatorsCount": 7,
197+
"ValidatorsCount": 4,
198198
"StandbyCommittee": [
199199
"03bf333ec238acd25f22d533748426a72f6c266bd2681000ac2bf3061fc79c6625",
200200
"02c2a4c3598467125522ff25995bce99c8bc898c3dc23381642586d0f172957ba7",

0 commit comments

Comments
 (0)