From 1068861ee74764b037ee636f5bac878ac10edade Mon Sep 17 00:00:00 2001 From: linchizhen Date: Fri, 31 May 2024 17:31:34 +0800 Subject: [PATCH] chore: fix some comments Signed-off-by: linchizhen --- chia/rpc/wallet_rpc_api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chia/rpc/wallet_rpc_api.py b/chia/rpc/wallet_rpc_api.py index 4a6693cab62d..11c896e23bb0 100644 --- a/chia/rpc/wallet_rpc_api.py +++ b/chia/rpc/wallet_rpc_api.py @@ -4420,7 +4420,7 @@ async def vc_spend( ) -> EndpointResult: """ Spend a verified credential - :param request: Required 'vc_id' launcher id of the vc we wish to spend. Optional paramaters for a 'new_puzhash' + :param request: Required 'vc_id' launcher id of the vc we wish to spend. Optional parameters for a 'new_puzhash' for the vc to end up at and 'new_proof_hash' & 'provider_inner_puzhash' which can be used to update the vc's proofs. Also standard 'fee' & 'reuse_puzhash' parameters for the transaction. :return: a list of all relevant 'transactions' (TransactionRecord) that this spend generates (VC TX + fee TX) @@ -4529,7 +4529,7 @@ async def crcat_approve_pending( ) -> EndpointResult: """ Moving any "pending approval" CR-CATs into the spendable balance of the wallet - :param request: Required 'wallet_id'. Optional 'min_amount_to_claim' (deafult: full balance). + :param request: Required 'wallet_id'. Optional 'min_amount_to_claim' (default: full balance). Standard transaction params 'fee' & 'reuse_puzhash'. :return: a list of all relevant 'transactions' (TransactionRecord) that this spend generates: (CRCAT TX + fee TX)