From d78a9a64e66389d6bf39cfc6e502ff84f56c6086 Mon Sep 17 00:00:00 2001 From: Stakeworld Date: Fri, 30 Dec 2022 23:59:29 +0100 Subject: [PATCH] Wrong RPC path (#4247) * Wrong RPC path I think the path should be "consts.staking.maxNominatorRewardedPerValidator" not query. Kusama is currently 512 but because of the wrong path the wiki shows the wrong default of 256. Would default "0" not be better so errors show up quicker? * Update docs/maintain/maintain-guides-validator-payout.md Co-authored-by: Keith Alfaro --- docs/maintain/maintain-guides-validator-payout.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/maintain/maintain-guides-validator-payout.md b/docs/maintain/maintain-guides-validator-payout.md index 4e1dc316fe03..ba7e12e00278 100644 --- a/docs/maintain/maintain-guides-validator-payout.md +++ b/docs/maintain/maintain-guides-validator-payout.md @@ -196,8 +196,8 @@ validator, then you will lose 1 DOT in each case. :::caution If a validator is oversubscribed in an era, staking rewards are distributed only to the the top -{{ polkadot: :polkadot }} -{{ kusama: :kusama }} +{{ polkadot: :polkadot }} +{{ kusama: :kusama }} nominators and the rest of the nominators do not receive any rewards. This is not the case for slashing! Every active nominator of the validator committing slashable offence will be slashed.