fix const due to changes in TALER_planchet_prepare

This commit is contained in:
Lucien Heuzeveldt 2021-12-31 17:53:01 +01:00 committed by Gian Demarmels
parent 75eff1524a
commit fbb6d03f69
No known key found for this signature in database
GPG Key ID: 030CEDDCCC92D778
2 changed files with 2 additions and 2 deletions

View File

@ -1449,7 +1449,7 @@ TALER_EXCHANGE_withdraw (
struct TALER_EXCHANGE_Handle *exchange,
const struct TALER_EXCHANGE_DenomPublicKey *pk,
const struct TALER_ReservePrivateKeyP *reserve_priv,
const struct TALER_PlanchetSecretsP *ps,
struct TALER_PlanchetSecretsP *ps,
TALER_EXCHANGE_WithdrawCallback res_cb,
void *res_cb_cls);

View File

@ -170,7 +170,7 @@ TALER_EXCHANGE_withdraw (
struct TALER_EXCHANGE_Handle *exchange,
const struct TALER_EXCHANGE_DenomPublicKey *pk,
const struct TALER_ReservePrivateKeyP *reserve_priv,
const struct TALER_PlanchetSecretsP *ps,
struct TALER_PlanchetSecretsP *ps,
TALER_EXCHANGE_WithdrawCallback res_cb,
void *res_cb_cls)
{