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

updated claim-rpl to claim-rewards #148

Merged
merged 1 commit into from
Sep 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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