From 8d5cc9f550da58610ad220d72f21d930c47ad0a8 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 21 Feb 2018 16:58:18 +0100 Subject: denom pub trait made 'const' --- src/exchange-lib/testing_api_cmd_deposit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exchange-lib/testing_api_cmd_deposit.c') diff --git a/src/exchange-lib/testing_api_cmd_deposit.c b/src/exchange-lib/testing_api_cmd_deposit.c index f7951595..6f66e8ad 100644 --- a/src/exchange-lib/testing_api_cmd_deposit.c +++ b/src/exchange-lib/testing_api_cmd_deposit.c @@ -143,7 +143,7 @@ deposit_run (void *cls, struct TALER_TESTING_Command *this_cmd; struct TALER_CoinSpendPrivateKeyP *coin_priv; struct TALER_CoinSpendPublicKeyP coin_pub; - struct TALER_EXCHANGE_DenomPublicKey *denom_pub; + const struct TALER_EXCHANGE_DenomPublicKey *denom_pub; struct TALER_DenominationSignature *denom_pub_sig; struct TALER_CoinSpendSignatureP coin_sig; struct GNUNET_TIME_Absolute refund_deadline; -- cgit v1.2.3