From 24c4e6559e91f3ce2ae8e4d11c49ce7c35126720 Mon Sep 17 00:00:00 2001 From: Marco Stronati Date: Thu, 28 Jun 2018 08:47:07 +0200 Subject: [PATCH] Doc/PoS: multiple endorsements, one operation --- docs/whitedoc/proof_of_stake.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/whitedoc/proof_of_stake.rst b/docs/whitedoc/proof_of_stake.rst index 32ff7f5b8..024fbf555 100644 --- a/docs/whitedoc/proof_of_stake.rst +++ b/docs/whitedoc/proof_of_stake.rst @@ -257,6 +257,11 @@ reward is ``ENDORSEMENT_REWARD`` = 2 / ``BLOCK_PRIORITY`` where block priority starts at 1. So the endorsement reward is only half if the block of priority 2 for a given slot is being endorsed. +It is possible that the same endorser be selected ``k`` times for the +same block, in this case ``k`` deposits are required and ``k`` rewards +gained. However a single operation needs to be sent on the network to +endorse ``k`` times the same block. + Inflation ~~~~~~~~~