aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/api-merchant.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index a492abc4..c495d34d 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -345,7 +345,7 @@ Making the payment
// Signed tokens. Returned in the same order as the
// token envelopes were provided in the request.
// @since protocol **vSUBSCRIBE**
- token_sigs: TokenIssueBlindSig[];
+ token_sigs?: SignedTokenEnvelope[];
}