File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4517,7 +4517,14 @@ UniValue walletprocesspsbt(const JSONRPCRequest& request)
45174517 throw std::runtime_error (
45184518 " walletprocesspsbt \" psbt\" ( sign \" sighashtype\" bip32derivs )\n "
45194519 " \n Update a PSBT with input information from our wallet and then sign inputs\n "
4520- " that we can sign for.\n "
4520+ " that we can sign for.\n\n "
4521+ " NOTE: When working with Confidential Assets transactions, it is necessary to\n "
4522+ " blind the transaction after filling it in from the wallet and before signing\n "
4523+ " it. This RPC will fail when working with such transaction. Instead of using\n "
4524+ " this RPC, use the following sequence:\n "
4525+ " - walletfillpsbtdata\n "
4526+ " - blindpsbt\n "
4527+ " - walletsignpsbt\n "
45214528 + HelpRequiringPassphrase (pwallet) + " \n "
45224529
45234530 " \n Arguments:\n "
You can’t perform that action at this time.
0 commit comments