From a077269563ac7fb9d90b13734b0fb0ee3898737a Mon Sep 17 00:00:00 2001 From: Marco Stronati Date: Mon, 11 Jun 2018 11:58:00 +0200 Subject: [PATCH] Doc/PoS: remove TIME_DELAY_FOR_PRIORITY --- docs/whitedoc/proof_of_stake.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/whitedoc/proof_of_stake.rst b/docs/whitedoc/proof_of_stake.rst index 0177f8006..21054d331 100644 --- a/docs/whitedoc/proof_of_stake.rst +++ b/docs/whitedoc/proof_of_stake.rst @@ -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 greater than ``timestamp_of_previous_block`` plus ``TIME_BETWEEN_BLOCKS`` = one minute. The one with the kth highest -priority, ``TIME_BETWEEN_BLOCKS + k * TIME_DELAY_FOR_PRIORITY`` = (1 + -k) minutes. - -In future versions, ``TIME_DELAY_FOR_PRIORITY`` may be set to a lower -value than ``TIME_BETWEEN_BLOCKS``. +priority, ``k * TIME_BETWEEN_BLOCKS`` = k minutes. Baking a block gives a block reward of ``BLOCK_REWARD`` = 16 XTZ plus all fees paid by transactions inside the block.