From 39e638e4e02df4043475a36143e822e06e1e8440 Mon Sep 17 00:00:00 2001 From: nixorokish <8iscogb9@anonaddy.me> Date: Sun, 18 Sep 2022 11:30:38 -0500 Subject: [PATCH] updated claim-rpl to claim-rewards --- src/guides/node/rewards.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guides/node/rewards.md b/src/guides/node/rewards.md index 9227e4fc..abd883e3 100644 --- a/src/guides/node/rewards.md +++ b/src/guides/node/rewards.md @@ -97,7 +97,7 @@ 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 @@ -105,7 +105,7 @@ As described in the [Intro to the Command Line Interface](cli-intro.md) section, 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.