From f2695b83ea743c375720703fd46e39b23f510692 Mon Sep 17 00:00:00 2001 From: natan-granit <142514246+natan-granit@users.noreply.github.com> Date: Thu, 28 Nov 2024 17:09:21 +0200 Subject: [PATCH] Corrected a disclaimer for delegator in increasing-staking.adoc (#1443) --- .../Starknet/modules/staking/pages/increasing-staking.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Starknet/modules/staking/pages/increasing-staking.adoc b/components/Starknet/modules/staking/pages/increasing-staking.adoc index a4dabde38f..64b74cc4d9 100644 --- a/components/Starknet/modules/staking/pages/increasing-staking.adoc +++ b/components/Starknet/modules/staking/pages/increasing-staking.adoc @@ -25,5 +25,5 @@ The staking and pooling contracts allow validators and delegators to increase th [NOTE] ==== -Ensure that the validator/delegator is not in an unstake/undelegate process before attempting to increase the stake. If they are currently unstaking/undelegating, this function will fail. +Ensure that the validator is not in an unstake process before attempting to increase the stake. If they are currently unstaking, this function will fail. ====