浏览代码

Fix Governance docs reference to blocktime (#3994)

Ernesto García 2 年之前
父节点
当前提交
0320a718e8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/modules/ROOT/pages/governance.adoc

+ 1 - 1
docs/modules/ROOT/pages/governance.adoc

@@ -137,7 +137,7 @@ votingDelay: How long after a proposal is created should voting power be fixed.
 
 
 votingPeriod: How long does a proposal remain open to votes.
 votingPeriod: How long does a proposal remain open to votes.
 
 
-These parameters are specified in number of blocks. Assuming block time of around 13.14 seconds, we will set votingDelay = 1 day = 6570 blocks, and votingPeriod = 1 week = 45992 blocks.
+These parameters are specified in number of blocks. Assuming block time of around 12 seconds, we will set votingDelay = 1 day = 7200 blocks, and votingPeriod = 1 week = 50400 blocks.
 
 
 We can optionally set a proposal threshold as well. This restricts proposal creation to accounts who have enough voting power.
 We can optionally set a proposal threshold as well. This restricts proposal creation to accounts who have enough voting power.