exchange

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

commit bafd446f7688e6764cb1d9aad9f38e2712753d4b
parent 378855142edc575c55b446f34d748ef3c4fe74f7
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 24 Aug 2023 22:08:28 +0200

remember last_keys when cherry picking

Diffstat:
Msrc/lib/exchange_api_handle.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c @@ -1518,6 +1518,7 @@ TALER_EXCHANGE_get_keys ( gkh->cert_cb_cls = cert_cb_cls; if (NULL != last_keys) { + gkh->prev_keys = TALER_EXCHANGE_keys_incref (last_keys); TALER_LOG_DEBUG ("Last DK issue date (before GETting /keys): %s\n", GNUNET_TIME_timestamp2s ( last_keys->last_denom_issue_date));