From 02dc3c54400a8837a1d5293356d0edb14fec4eee Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Mon, 18 Jul 2022 18:54:52 -0400 Subject: [PATCH] Rewording get_reserve_proof & check_reserve_proof --- resources/developer-guides/wallet-rpc.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/developer-guides/wallet-rpc.md b/resources/developer-guides/wallet-rpc.md index bcd9fb5c..b47d13f1 100644 --- a/resources/developer-guides/wallet-rpc.md +++ b/resources/developer-guides/wallet-rpc.md @@ -1714,9 +1714,9 @@ Alias: *None*. Inputs: * *all* - boolean; Proves all wallet balance to be disposable. -* *account_index* - unsigned int; Specify the account from witch to prove reserve. (ignored if `all` is set to true) -* *amount* - unsigned int; Amount (in @atomic-units) to prove the account has for reserve. (ignored if `all` is set to true) -* *message* - string; (Optional) add a message to the signature to further authenticate the prooving process. +* *account_index* - unsigned int; Specify the account from which to prove reserve. (ignored if `all` is set to true) +* *amount* - unsigned int; Amount (in @atomic-units) to prove the account has in reserve. (ignored if `all` is set to true) +* *message* - string; (Optional) add a message to the signature to further authenticate the proving process. If a _message_ is added to `get_reserve_proof` (optional), this message will be required when using `check_reserve_proof` Outputs: @@ -1745,7 +1745,7 @@ Alias: *None*. Inputs: * *address* - string; Public address of the wallet. -* *message* - string; (Optional) Should be the same message used in `get_reserve_proof`. +* *message* - string; If a _message_ was added to `get_reserve_proof` (optional), this message will be required when using `check_reserve_proof` * *signature* - string; reserve signature to confirm. Outputs: