Doc/PoS: remove TIME_DELAY_FOR_PRIORITY

This commit is contained in:
Marco Stronati 2018-06-11 11:58:00 +02:00 committed by Benjamin Canou
parent 0ed80bcced
commit a077269563

View File

@ -229,11 +229,7 @@ the list can step up and bake the block.
The delegate with the highest priority can bake a block with a timestamp The delegate with the highest priority can bake a block with a timestamp
greater than ``timestamp_of_previous_block`` plus greater than ``timestamp_of_previous_block`` plus
``TIME_BETWEEN_BLOCKS`` = one minute. The one with the kth highest ``TIME_BETWEEN_BLOCKS`` = one minute. The one with the kth highest
priority, ``TIME_BETWEEN_BLOCKS + k * TIME_DELAY_FOR_PRIORITY`` = (1 + priority, ``k * TIME_BETWEEN_BLOCKS`` = k minutes.
k) minutes.
In future versions, ``TIME_DELAY_FOR_PRIORITY`` may be set to a lower
value than ``TIME_BETWEEN_BLOCKS``.
Baking a block gives a block reward of ``BLOCK_REWARD`` = 16 XTZ plus Baking a block gives a block reward of ``BLOCK_REWARD`` = 16 XTZ plus
all fees paid by transactions inside the block. all fees paid by transactions inside the block.