From 25a21ed0ca6cc08bd1dea7915cac4e1e6a45e96a Mon Sep 17 00:00:00 2001 From: David <52310650+DDeAlmeida@users.noreply.github.com> Date: Thu, 20 Jul 2023 08:59:00 +0200 Subject: [PATCH] Update staking-and-delegation.md --- docs/validator/staking-and-delegation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/validator/staking-and-delegation.md b/docs/validator/staking-and-delegation.md index f12431f..73a1426 100644 --- a/docs/validator/staking-and-delegation.md +++ b/docs/validator/staking-and-delegation.md @@ -72,13 +72,13 @@ near call deposit_and_stake --amount --accountId unstake_all --accountId --gas=300000000000000 ``` ### Unstake a Specified Amount -Please note the amount in yoctoNEAR. NB: Unstaking takes 2-3 epochs to complete. After the unstaking period, you may withdraw your NEAR from staking pool. +Please note the amount in yoctoNEAR. NB: Unstaking takes 3-4 epochs to complete. After the unstaking period, you may withdraw your NEAR from staking pool. ``` near call unstake '{"amount": ""}' --accountId --gas=300000000000000