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