exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 69de0799c017f5ac787f2efe1b9c3827f5afebb3
parent b3ef65c27d07271baf78c42a080b7df392655d78
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Fri, 14 Aug 2026 22:47:39 +0200

fix doc

Diffstat:
Msrc/include/exchange-database/get_contract.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/exchange-database/get_contract.h b/src/include/exchange-database/get_contract.h @@ -29,8 +29,8 @@ * Function called to retrieve an encrypted contract. * * @param pg the database context - * @param purse_pub key to lookup the contract by - * @param[out] pub_ckey set to the ephemeral DH used to encrypt the contract + * @param pub_ckey ephemeral DH key to look the contract up by + * @param[out] purse_pub set to the purse the contract belongs to * @param[out] econtract_sig set to the signature over the encrypted contract * @param[out] econtract_size set to the number of bytes in @a econtract * @param[out] econtract set to the encrypted contract on success, to be freed by the caller