summaryrefslogtreecommitdiff
path: root/src/exchange-lib/testing_api_cmd_track.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-17 16:11:47 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-17 16:11:47 +0100
commitcf1ce4786356cba7d3f84a74fab282650f612db9 (patch)
tree744790593dd70e5338dd53e4e450364e53158999 /src/exchange-lib/testing_api_cmd_track.c
parent4d058c4eb7283b1a77a877d583daaefa847213ec (diff)
downloadexchange-cf1ce4786356cba7d3f84a74fab282650f612db9.tar.gz
exchange-cf1ce4786356cba7d3f84a74fab282650f612db9.tar.bz2
exchange-cf1ce4786356cba7d3f84a74fab282650f612db9.zip
more work towards testing deposit confirmations
Diffstat (limited to 'src/exchange-lib/testing_api_cmd_track.c')
-rw-r--r--src/exchange-lib/testing_api_cmd_track.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange-lib/testing_api_cmd_track.c b/src/exchange-lib/testing_api_cmd_track.c
index c7fbf4086..201ac3f98 100644
--- a/src/exchange-lib/testing_api_cmd_track.c
+++ b/src/exchange-lib/testing_api_cmd_track.c
@@ -259,14 +259,14 @@ deposit_wtid_cb
* @param cmd the command to execute.
* @param is the interpreter state.
*/
-void
+static void
track_transaction_run (void *cls,
const struct TALER_TESTING_Command *cmd,
struct TALER_TESTING_Interpreter *is)
{
struct TrackTransactionState *tts = cls;
const struct TALER_TESTING_Command *transaction_cmd;
- struct TALER_CoinSpendPrivateKeyP *coin_priv;
+ const struct TALER_CoinSpendPrivateKeyP *coin_priv;
struct TALER_CoinSpendPublicKeyP coin_pub;
const char *contract_terms;
const json_t *wire_details;