Browse Source

Fix Governance docs reference to blocktime (#3994)

Ernesto García 2 years ago
parent
commit
0320a718e8
1 changed files with 1 additions and 1 deletions
  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.
 
-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.