From 85df04fdaafb17e085043ab542c332ed2ff00df2 Mon Sep 17 00:00:00 2001 From: Christian Blättler Date: Sat, 20 Apr 2024 09:57:33 +0200 Subject: update pay spec --- core/api-merchant.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/api-merchant.rst b/core/api-merchant.rst index 6682ac17..f3801cbf 100644 --- a/core/api-merchant.rst +++ b/core/api-merchant.rst @@ -418,18 +418,18 @@ Making the payment interface TokenUseSig { - // Signature on ``TALER_DepositRequestPS`` with the public key of the - // token being provisioned to the merchant. + // Signature on ``TALER_DepositRequestPS`` with the token use key of the + // token being used in this request. token_sig: EddsaSignature; - // Public key of the token being provisioned to the merchant. + // Token use public key. token_pub: EddsaPublicKey; - // Unblinded signature made by the token family public key of the merchant. + // Unblinded signature made by the token issue public key of the merchant. ub_sig: UnblindedSignature; - // The hash of the token family public key associated with this token. - h_denom: HashCode; + // The hash of the token issue public key associated with this token. + h_issue: HashCode; } -- cgit v1.2.3