exchange

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

commit 4081d08f3afacb7489e301311e740dfdaabcecd7
parent ee64f2a05e31f8b3799e8c5e364570adf55306a6
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 31 May 2026 15:54:10 +0200

-fix typos

Diffstat:
Msrc/exchangedb/select_recoup_refresh_above_serial_id.c | 2+-
Msrc/include/taler/taler_crypto_lib.h | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchangedb/select_recoup_refresh_above_serial_id.c b/src/exchangedb/select_recoup_refresh_above_serial_id.c @@ -183,7 +183,7 @@ TALER_EXCHANGEDB_select_recoup_refresh_above_serial_id ( " INNER JOIN known_coins old_coins" " ON (r.old_coin_pub = old_coins.coin_pub)" " INNER JOIN known_coins new_coins" - " ON (rr.coin_pub == new_coins.coin_pub)" + " ON (rr.coin_pub = new_coins.coin_pub)" " INNER JOIN refresh_commitments rfc" " ON (rrc.melt_serial_id = rfc.melt_serial_id)" " INNER JOIN denominations new_denoms" diff --git a/src/include/taler/taler_crypto_lib.h b/src/include/taler/taler_crypto_lib.h @@ -6705,7 +6705,7 @@ TALER_exchange_offline_wire_del_verify ( * @param payto_uri URI that is signed * @param conversion_url URL of the conversion service, or NULL if none * @param open_banking_gateway open banking gateway service, NULL if unavailable - * @param wire_transfprepared_transfer_urler_gateway wire transfer gateway service, NULL if unavailable + * @param prepared_transfer_url prepare transfer gateway service, NULL if unavailable * @param debit_restrictions JSON encoding of debit restrictions on the account; see AccountRestriction in the spec * @param credit_restrictions JSON encoding of credit restrictions on the account; see AccountRestriction in the spec * @param master_pub master public key of the exchange