From 9688154ec8dbcb9cf062359b3df6498876c2ad1b Mon Sep 17 00:00:00 2001 From: Simon Noetzlin Date: Thu, 12 Oct 2023 14:05:17 +0200 Subject: [PATCH] Update docs/docs/features/slashing.md Co-authored-by: insumity --- docs/docs/features/slashing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/features/slashing.md b/docs/docs/features/slashing.md index 09ceeefd0b..cdf166da8c 100644 --- a/docs/docs/features/slashing.md +++ b/docs/docs/features/slashing.md @@ -21,7 +21,7 @@ Slash throttling (sometimes called jail throttling) mechanism ensures that only ::: # Cryptographic verification of equivocation and slashing -The Cryptographic verification of equivocation allows external agents to submit evidences of light client and double signing attack observed on a consumer chain. When a valid evidence is received, the malicious validators will be slashed, jailed, and tombstoned on the provider. +The Cryptographic verification of equivocation allows external agents to submit evidences of light client and double signing attacks observed on a consumer chain. When valid evidence is received, the malicious validators will be slashed, jailed, and tombstoned on the provider. The feature is outlined in [ADR-005](../adrs/adr-005-cryptographic-equivocation-verification.md) and [ADR-013](../adrs/adr-013-equivocation-slashing.md).