From 7694fe4d890bbff652583c442adb637f877d841c Mon Sep 17 00:00:00 2001 From: Akaonetwo <107335783+Akare123@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:34:15 +0300 Subject: [PATCH] Update README.md I found three typos in this text: First; "You can check the current stake list through the state query nuproxy.stakes." This should be "You can check the current staker list through the state query nuproxy.stakes.", Second; "The remaining fees of this policy will be returned to the policy creator." This should be "The remaining fees of this policy will be refunded to the policy creator.", And last one; "The policy creator can claim back all his remaining balance after he revokes the policy. He can simply send the nuproxy.claim_reward_by_user extrinsic." This should be "The policy creator can claim back all his remaining balance after he revokes the policy. He can simply submit the nuproxy.claim_reward_by_user extrinsic.". Thank you. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fd5d7b3..753a8e0 100644 --- a/README.md +++ b/README.md @@ -189,13 +189,13 @@ When user Alice grant access to Bob, the Nucpher client would first create a pol ![](https://github.com/NuLink-network/nulink-resource/blob/main/img2/create_policy.jpg?raw=true) -You can check the current stake list through the state query `nuproxy.stakes`. +You can check the current staker list through the state query `nuproxy.stakes`. ![](https://github.com/NuLink-network/nulink-resource/blob/main/img2/stakers.png?raw=true) ### Revoke Policy By User -Users who have created a policy can use `policy.revoke_policy` to revoke the policy before it expires. The remaining fees of this policy will be returned to the policy creator. +Users who have created a policy can use `policy.revoke_policy` to revoke the policy before it expires. The remaining fees of this policy will be refunded to the policy creator. 1. `origin`: the user account(`alice`) who has created the policy. 2. `pid`: the ID of the policy which is produced by the user outside. @@ -205,7 +205,7 @@ Users who have created a policy can use `policy.revoke_policy` to revoke the pol ### Claim the Remaining Balance By Policy Creator -The policy creator can claim back all his remaining balance after he revokes the policy. He can simply send the`nuproxy.claim_reward_by_user` extrinsic. +The policy creator can claim back all his remaining balance after he revokes the policy. He can simply submit the`nuproxy.claim_reward_by_user` extrinsic. ![](https://github.com/NuLink-network/nulink-resource/blob/main/img2/claimbyuser.png?raw=true)