diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-09-11 18:08:43 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-09-11 18:09:34 +0200 |
commit | 7a294ea0258cfc30c5b388e4d1afd463b4714705 (patch) | |
tree | 0390d9ec36b88024e86f7316693a1e390809a559 /src/exchange-tools | |
parent | ca1aa7ea4ae91af5860700483ed5e2ebae2dcebd (diff) |
-fix print statement
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 (); |