diff options
Diffstat (limited to 'src/exchange-tools')
-rw-r--r-- | src/exchange-tools/taler-auditor-offline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-tools/taler-auditor-offline.c b/src/exchange-tools/taler-auditor-offline.c index 0f9652d09..8c280d46b 100644 --- a/src/exchange-tools/taler-auditor-offline.c +++ b/src/exchange-tools/taler-auditor-offline.c @@ -1077,7 +1077,7 @@ sign_denomkeys (const json_t *denomkeys) "Invalid input for denomination key to 'sign': %s#%u at %u (skipping)\n", err_name, err_line, - (unsigned int) index); + (unsigned int) group_idx); GNUNET_JSON_parse_free (spec); global_ret = EXIT_FAILURE; test_shutdown (); |