commit 85ca940b44550789a65aa3972f1a6ea7f67fe126 parent 63bb2a25e1faae58b2d5a871fd4a92dce87f53e2 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 13 Feb 2025 15:26:12 +0100 -make spec align more with actual implementation Diffstat:
| M | core/api-merchant.rst | | | 10 | +++------- |
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -374,11 +374,6 @@ Making the payment // @since protocol **vSUBSCRIBE** tokens?: TokenUseSig[]; - // Array of output tokens to be (blindly) signed by the merchant. - // Output tokens specified in choice indicated by ``choice_index``. - // @since protocol **vSUBSCRIBE** - tokens_evs?: TokenEnvelope[]; - // Custom inputs from the wallet for the contract. wallet_data?: PayWalletData; @@ -433,9 +428,10 @@ Making the payment // @since protocol **vSUBSCRIBE** choice_index?: Integer; - // Output commitment. Hash over output token envelopes. + // Array of output tokens to be (blindly) signed by the merchant. + // Output tokens specified in choice indicated by ``choice_index``. // @since protocol **vSUBSCRIBE** - h_outputs?: HashCode; + tokens_evs?: TokenEnvelope[]; } .. ts:def:: CoinPaySig