Ver código fonte

Add missing newline in docs

Francisco Giordano 3 anos atrás
pai
commit
5a398018ee
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      docs/modules/ROOT/pages/governance.adoc

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

@@ -134,6 +134,7 @@ For 3) we will use GovernorCountingSimple, a module that offers 3 options to vot
 Besides these modules, Governor itself has some parameters we must set.
 
 votingDelay: How long after a proposal is created should voting power be fixed. A large voting delay gives users time to unstake tokens if necessary.
+
 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.