summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorMikolai Gütschow <mikolai.guetschow@tu-dresden.de>2024-02-08 16:41:24 +0100
committerMikolai Gütschow <mikolai.guetschow@tu-dresden.de>2024-02-08 16:41:24 +0100
commitb864feead778b0f6a4c23af4f1f970b50efcadfc (patch)
tree43a490289c0f6cd34a08fe6727bf37d527be094e /core/api-merchant.rst
parentcefce8c998893ad8b2e53a1a9f5b01bbec8fdc7d (diff)
downloaddocs-b864feead778b0f6a4c23af4f1f970b50efcadfc.tar.gz
docs-b864feead778b0f6a4c23af4f1f970b50efcadfc.tar.bz2
docs-b864feead778b0f6a4c23af4f1f970b50efcadfc.zip
api-{common,exchange,merchant}: fix some API types
Diffstat (limited to 'core/api-merchant.rst')
-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 2ecb492e..3582e628 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -368,7 +368,7 @@ Making the payment
coin_pub: EddsaPublicKey;
// Signature made by the denomination public key.
- ub_sig: RsaSignature;
+ ub_sig: UnblindedSignature;
// The hash of the denomination public key associated with this coin.
h_denom: HashCode;