taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit b0c74ce4d6f55885b8dc85cf2a20cc79bf05a47b
parent 54320733c78966c3c3e6231253c2e1ca429f0d38
Author: Florian Dold <florian@dold.me>
Date:   Fri, 17 Feb 2023 00:33:57 +0100

fix MergeRequest comment

Diffstat:
Mcore/api-exchange.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -4517,7 +4517,7 @@ Wallet-to-wallet transfers // Must be of purpose ``TALER_SIGNATURE_ACCOUNT_MERGE`` reserve_sig: EddsaSignature; - // EdDSA signature of the purse private key affirming the merge + // EdDSA signature of the merge private key affirming the merge // over a `TALER_PurseMergeSignaturePS`. // Must be of purpose ``TALER_SIGNATURE_PURSE_MERGE``. merge_sig: EddsaSignature;