From 42ec15576712a049534e505f25e6e45c20d729a8 Mon Sep 17 00:00:00 2001 From: Kari Hirvi Date: Wed, 4 Dec 2024 21:39:37 +0200 Subject: [PATCH] Update learn-staking-advanced.md Fix mixed colors --- docs/learn/learn-staking-advanced.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/learn/learn-staking-advanced.md b/docs/learn/learn-staking-advanced.md index 94e347586a44..acb148f29725 100644 --- a/docs/learn/learn-staking-advanced.md +++ b/docs/learn/learn-staking-advanced.md @@ -102,8 +102,8 @@ The bags list is semi-sorted, meaning that sorting is only partially done. When intents are submitted to the network, they are automatically put into each bag based on the number of bonded tokens, but within each bag, those nodes are arranged based on the time they are inserted and not based on their stake (see figure below). When the nomination intent of 19 DOT is submitted, -it gets placed at the last spot in the 2nd bag (shown in the yellow circle). The same scenario -applies for the node with 8 DOT (green circle) in the 3rd bag. Placing the node above all nodes with +it gets placed at the last spot in the 2nd bag (shown in the green circle). The same scenario +applies for the node with 8 DOT (yellow circle) in the 3rd bag. Placing the node above all nodes with a lesser stake requires an additional step (more on this later). ![bags list example 1](../assets/bags-list-example-1.png)