summaryrefslogtreecommitdiff
path: root/src/mint-lib/test_mint_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-17 03:24:10 +0200
committerChristian Grothoff <christian@grothoff.org>2015-08-17 03:24:10 +0200
commitb5a58e516c0d0ee48547dd7bb9f3d1a3b9ebf15e (patch)
tree403b68eec26dc7203f045bc013904657a3fce2a8 /src/mint-lib/test_mint_api.c
parent81af01a209b557a4996a50824ae2f1ec75c25eb5 (diff)
downloadexchange-b5a58e516c0d0ee48547dd7bb9f3d1a3b9ebf15e.tar.gz
exchange-b5a58e516c0d0ee48547dd7bb9f3d1a3b9ebf15e.tar.bz2
exchange-b5a58e516c0d0ee48547dd7bb9f3d1a3b9ebf15e.zip
fix /refresh/link response handling
Diffstat (limited to 'src/mint-lib/test_mint_api.c')
-rw-r--r--src/mint-lib/test_mint_api.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mint-lib/test_mint_api.c b/src/mint-lib/test_mint_api.c
index 91a3d7628..51f62cc32 100644
--- a/src/mint-lib/test_mint_api.c
+++ b/src/mint-lib/test_mint_api.c
@@ -1009,6 +1009,10 @@ link_cb (void *cls,
return;
}
/* check that the coins match */
+ fprintf (stderr,
+ "Got %u coins\n",
+ num_coins);
+ /* FIXME: note: coins might be legitimately permutated in here... */
for (i=0;i<num_coins;i++)
{
const struct FreshCoin *fc;