Skip to content
Merged
Show file tree
Hide file tree
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 docs/在线PlatON MTool使用手册.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ platon_mtool submit_versionproposal --newversion 0.15.1 --end_voting_rounds 345

> newversion: target upgrade version, x.x.x, number punctuation
>
> end_voting_rounds: the number of voting consensus rounds, the number of voting consensus rounds N, must satisfy 0 < N <= 4838 (about 2 weeks)
> end_voting_rounds: the number of voting consensus rounds, the number of voting consensus rounds N, must satisfy 0 < N <= 2813 (about 2 weeks)
>
> pid_id: GitHub ID

Expand All @@ -417,7 +417,7 @@ platon_mtool submit_cancelproposal --proposalid 0x444c3df404bc1ce4d869166623514b

> proposalid: the ID of the proposal that needs to be cancelled
>
> end_voting_rounds: the number of voting consensus rounds, the number of voting consensus rounds N, must satisfy 0 < N <= 4838 (about 2 weeks)
> end_voting_rounds: the number of voting consensus rounds, the number of voting consensus rounds N, must satisfy 0 < N <= 2813 (about 2 weeks)
>
> pid_id: GitHub ID

Expand Down
4 changes: 2 additions & 2 deletions docs/离线PlatON MTool使用手册.md
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ platon_mtool submit_versionproposal --newversion 0.15.1 --end_voting_rounds 345

> newversion: target upgrade version, x.x.x, number plus punctuation
>
> end_voting_rounds: the number of voting consensus rounds, the number of voting consensus rounds N, must satisfy 0 <N <= 4838 (about 2 weeks)
> end_voting_rounds: the number of voting consensus rounds, the number of voting consensus rounds N, must satisfy 0 <N <= 2813 (about 2 weeks)
>
> pid_id: GitHub ID

Expand All @@ -529,7 +529,7 @@ platon_mtool submit_cancelproposal --proposalid 0x444c3df404bc1ce4d869166623514b

> proposalid: proposal ID that needs to be cancelled, that is, the hash used to initiate the proposal transaction, 66 characters, alphanumeric
>
> end_voting_rounds: the number of voting consensus rounds, the number of voting consensus rounds N, must satisfy 0 <N <= 4838 (about 2 weeks)
> end_voting_rounds: the number of voting consensus rounds, the number of voting consensus rounds N, must satisfy 0 <N <= 2813 (about 2 weeks)
>
> pid_id: GitHub ID

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ platon_mtool submit_versionproposal --newversion 1.0.0 --end_voting_rounds 345 -

> newversion:目标升级版本,x.x.x,数字加标点
>
> end_voting_rounds:投票共识轮数,投票共识轮数N,必须满足0 < N <= 4838(约为2周)
> end_voting_rounds:投票共识轮数,投票共识轮数N,必须满足0 < N <= 2813(约为2周)
>
> pid_id:GitHub ID
>
Expand All @@ -440,7 +440,7 @@ platon_mtool submit_cancelproposal --proposalid 0x444c3df404bc1ce4d869166623514b

> proposalid:需要被取消的提案ID,即发起提案交易的hash,66字符,字母数字组成
>
> end_voting_rounds:投票共识轮数,投票共识轮数N,必须满足0 < N <= 4838(约为2周)
> end_voting_rounds:投票共识轮数,投票共识轮数N,必须满足0 < N <= 2813(约为2周)
>
> pid_id:GitHub ID
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ platon_mtool submit_versionproposal --newversion 0.15.1 --end_voting_rounds 345

> newversion:目标升级版本,x.x.x,数字加标点
>
> end_voting_rounds:投票共识轮数,投票共识轮数N,必须满足0 < N <= 4838(约为2周)
> end_voting_rounds:投票共识轮数,投票共识轮数N,必须满足0 < N <= 2813(约为2周)
>
> pid_id:GitHub ID
>
Expand All @@ -566,7 +566,7 @@ platon_mtool submit_cancelproposal --proposalid 0x444c3df404bc1ce4d869166623514b

> proposalid:需要被取消的提案ID,即发起提案交易的hash,66字符,字母数字组成
>
> end_voting_rounds:投票共识轮数,投票共识轮数N,必须满足0 < N <= 4838(约为2周)
> end_voting_rounds:投票共识轮数,投票共识轮数N,必须满足0 < N <= 2813(约为2周)
>
> pid_id:GitHub ID
>
Expand Down