From 75573b86f46b7b9ad0c97beab76765d0d233afe1 Mon Sep 17 00:00:00 2001 From: Alexey Ostrovsky Date: Fri, 22 Nov 2024 17:10:38 +0300 Subject: [PATCH] small add --- .../documentation/infra/nodes/validation/staking-incentives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v3/documentation/infra/nodes/validation/staking-incentives.md b/docs/v3/documentation/infra/nodes/validation/staking-incentives.md index 90a98f5f4d..3858b9357d 100644 --- a/docs/v3/documentation/infra/nodes/validation/staking-incentives.md +++ b/docs/v3/documentation/infra/nodes/validation/staking-incentives.md @@ -118,7 +118,7 @@ During this time, anyone can send a complaint against a validator who performed #### Validation of Complaint After each validation round, validators receive a list of complaints from the Elector smart contract and double-check them by calling `checkloadall`. -In case the complaint is validated, they on-chain vote in favour of that complaint. +In case the complaint is validated, they on-chain vote in favour of that complaint. All validators do not need to send a complaint. These actions are built into `mytonctrl` and happen automatically. If the complaint has 66% of the validators' votes (by their weight), a penalty is taken off from the validator's stake.