summaryrefslogtreecommitdiff
path: root/src/exchange-lib/testing_api_cmd_deposit.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-02-21 16:58:18 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-02-21 16:58:18 +0100
commit8d5cc9f550da58610ad220d72f21d930c47ad0a8 (patch)
treefdd4a325f92fa7418dd6a30ed7420f3dfd893103 /src/exchange-lib/testing_api_cmd_deposit.c
parent1e6efdc5f0028c85a80ef1b16306b0213d5732e7 (diff)
downloadexchange-8d5cc9f550da58610ad220d72f21d930c47ad0a8.tar.gz
exchange-8d5cc9f550da58610ad220d72f21d930c47ad0a8.tar.bz2
exchange-8d5cc9f550da58610ad220d72f21d930c47ad0a8.zip
denom pub trait made 'const'
Diffstat (limited to 'src/exchange-lib/testing_api_cmd_deposit.c')
-rw-r--r--src/exchange-lib/testing_api_cmd_deposit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-lib/testing_api_cmd_deposit.c b/src/exchange-lib/testing_api_cmd_deposit.c
index f79515959..6f66e8ad0 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;