Skip to content

Commit 7155010

Browse files
authored
Merge pull request #318 from benbaley/fix_pip_rounderr
修复提案round范围错误
2 parents 3280e67 + 8e87d20 commit 7155010

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/在线PlatON MTool使用手册.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ platon_mtool submit_versionproposal --newversion 0.15.1 --end_voting_rounds 345
401401
402402
> newversion: target upgrade version, x.x.x, number punctuation
403403
>
404-
> end_voting_rounds: the number of voting consensus rounds, the number of voting consensus rounds N, must satisfy 0 < N <= 4838 (about 2 weeks)
404+
> end_voting_rounds: the number of voting consensus rounds, the number of voting consensus rounds N, must satisfy 0 < N <= 2813 (about 2 weeks)
405405
>
406406
> pid_id: GitHub ID
407407
@@ -417,7 +417,7 @@ platon_mtool submit_cancelproposal --proposalid 0x444c3df404bc1ce4d869166623514b
417417
418418
> proposalid: the ID of the proposal that needs to be cancelled
419419
>
420-
> end_voting_rounds: the number of voting consensus rounds, the number of voting consensus rounds N, must satisfy 0 < N <= 4838 (about 2 weeks)
420+
> end_voting_rounds: the number of voting consensus rounds, the number of voting consensus rounds N, must satisfy 0 < N <= 2813 (about 2 weeks)
421421
>
422422
> pid_id: GitHub ID
423423

docs/离线PlatON MTool使用手册.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ platon_mtool submit_versionproposal --newversion 0.15.1 --end_voting_rounds 345
513513
514514
> newversion: target upgrade version, x.x.x, number plus punctuation
515515
>
516-
> end_voting_rounds: the number of voting consensus rounds, the number of voting consensus rounds N, must satisfy 0 <N <= 4838 (about 2 weeks)
516+
> end_voting_rounds: the number of voting consensus rounds, the number of voting consensus rounds N, must satisfy 0 <N <= 2813 (about 2 weeks)
517517
>
518518
> pid_id: GitHub ID
519519
@@ -529,7 +529,7 @@ platon_mtool submit_cancelproposal --proposalid 0x444c3df404bc1ce4d869166623514b
529529
530530
> proposalid: proposal ID that needs to be cancelled, that is, the hash used to initiate the proposal transaction, 66 characters, alphanumeric
531531
>
532-
> end_voting_rounds: the number of voting consensus rounds, the number of voting consensus rounds N, must satisfy 0 <N <= 4838 (about 2 weeks)
532+
> end_voting_rounds: the number of voting consensus rounds, the number of voting consensus rounds N, must satisfy 0 <N <= 2813 (about 2 weeks)
533533
>
534534
> pid_id: GitHub ID
535535

website/i18n/zh-CN/docusaurus-plugin-content-docs/current/在线PlatON MTool使用手册.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ platon_mtool submit_versionproposal --newversion 1.0.0 --end_voting_rounds 345 -
420420
421421
> newversion:目标升级版本,x.x.x,数字加标点
422422
>
423-
> end_voting_rounds:投票共识轮数,投票共识轮数N,必须满足0 < N <= 4838(约为2周)
423+
> end_voting_rounds:投票共识轮数,投票共识轮数N,必须满足0 < N <= 2813(约为2周)
424424
>
425425
> pid_id:GitHub ID
426426
>
@@ -440,7 +440,7 @@ platon_mtool submit_cancelproposal --proposalid 0x444c3df404bc1ce4d869166623514b
440440
441441
> proposalid:需要被取消的提案ID,即发起提案交易的hash,66字符,字母数字组成
442442
>
443-
> end_voting_rounds:投票共识轮数,投票共识轮数N,必须满足0 < N <= 4838(约为2周)
443+
> end_voting_rounds:投票共识轮数,投票共识轮数N,必须满足0 < N <= 2813(约为2周)
444444
>
445445
> pid_id:GitHub ID
446446
>

website/i18n/zh-CN/docusaurus-plugin-content-docs/current/离线PlatON MTool使用手册.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ platon_mtool submit_versionproposal --newversion 0.15.1 --end_voting_rounds 345
546546
547547
> newversion:目标升级版本,x.x.x,数字加标点
548548
>
549-
> end_voting_rounds:投票共识轮数,投票共识轮数N,必须满足0 < N <= 4838(约为2周)
549+
> end_voting_rounds:投票共识轮数,投票共识轮数N,必须满足0 < N <= 2813(约为2周)
550550
>
551551
> pid_id:GitHub ID
552552
>
@@ -566,7 +566,7 @@ platon_mtool submit_cancelproposal --proposalid 0x444c3df404bc1ce4d869166623514b
566566
567567
> proposalid:需要被取消的提案ID,即发起提案交易的hash,66字符,字母数字组成
568568
>
569-
> end_voting_rounds:投票共识轮数,投票共识轮数N,必须满足0 < N <= 4838(约为2周)
569+
> end_voting_rounds:投票共识轮数,投票共识轮数N,必须满足0 < N <= 2813(约为2周)
570570
>
571571
> pid_id:GitHub ID
572572
>

0 commit comments

Comments
 (0)