Skip to content

Commit

Permalink
Merge branch 'main' into progress-bar
Browse files Browse the repository at this point in the history
  • Loading branch information
FroVolod authored Apr 9, 2024
2 parents f10bcb9 + dadfff8 commit 2b66e2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/GUIDE.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,7 @@ near staking \

##### stake-all - Delegate all previously deposited or unstaked NEAR tokens to a validator's staking pool

To delegate your NEAR tokens to a staking pool to support a validator and gain staking rewards, stake all previosly deposited or unstaked NEAR tokens with a selected staking pool. You may use the following command (note that you need to use your own account id, and choose the staking pool account id):
To delegate your NEAR tokens to a staking pool to support a validator and gain staking rewards, stake all previously deposited or unstaked NEAR tokens with a selected staking pool. You may use the following command (note that you need to use your own account id, and choose the staking pool account id):
```txt
near staking \
delegation volodymyr.testnet \
Expand Down
2 changes: 1 addition & 1 deletion src/commands/account/add_key/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ pub enum AccessKeyMode {
UseManuallyProvidedPublicKey(self::use_public_key::AddAccessKeyAction),
#[cfg(feature = "ledger")]
#[strum_discriminants(strum(message = "use-ledger - Use a ledger"))]
/// Use the Ledger Hadware wallet
/// Use the Ledger Hardware wallet
UseLedger(self::use_ledger::AddLedgerKeyAction),
}

0 comments on commit 2b66e2f

Please sign in to comment.