diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-11-17 16:11:47 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-11-17 16:11:47 +0100 |
commit | cf1ce4786356cba7d3f84a74fab282650f612db9 (patch) | |
tree | 744790593dd70e5338dd53e4e450364e53158999 /src/exchange-lib/testing_api_cmd_payback.c | |
parent | 4d058c4eb7283b1a77a877d583daaefa847213ec (diff) |
more work towards testing deposit confirmations
Diffstat (limited to 'src/exchange-lib/testing_api_cmd_payback.c')
-rw-r--r-- | src/exchange-lib/testing_api_cmd_payback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-lib/testing_api_cmd_payback.c b/src/exchange-lib/testing_api_cmd_payback.c index 56026162..43118ef0 100644 --- a/src/exchange-lib/testing_api_cmd_payback.c +++ b/src/exchange-lib/testing_api_cmd_payback.c @@ -224,7 +224,7 @@ payback_run (void *cls, { struct PaybackState *ps = cls; const struct TALER_TESTING_Command *coin_cmd; - struct TALER_CoinSpendPrivateKeyP *coin_priv; + const struct TALER_CoinSpendPrivateKeyP *coin_priv; struct TALER_DenominationBlindingKeyP *blinding_key; const struct TALER_EXCHANGE_DenomPublicKey *denom_pub; struct TALER_DenominationSignature *coin_sig; |