diff options
Diffstat (limited to 'src/mint-lib/test_mint_api.c')
-rw-r--r-- | src/mint-lib/test_mint_api.c | 4 |
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 91a3d762..51f62cc3 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; |