Doc/PoS: remove TIME_DELAY_FOR_PRIORITY
This commit is contained in:
parent
0ed80bcced
commit
a077269563
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user