Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #148 from nixorokish/patch-1
Browse files Browse the repository at this point in the history
updated claim-rpl to claim-rewards
  • Loading branch information
jclapis authored Sep 21, 2022
2 parents 105a81d + 39e638e commit 8ad32fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/guides/node/rewards.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@ If you set it to **0**, then automatic RPL claims will be disabled entirely.
You can then trigger a manual claim with the CLI using the following command:

```
rocketpool node claim-rpl
rocketpool node claim-rewards
```

::: tip
As described in the [Intro to the Command Line Interface](cli-intro.md) section, you can use the `-f` flag to manually specify a max fee to use.
For example:

```
rocketpool -f 10 node claim-rpl
rocketpool -f 10 node claim-rewards
```

will trigger a claim transaction using a max fee of 10 gwei and the default priority fee of 2 gwei.
Expand Down

0 comments on commit 8ad32fd

Please sign in to comment.