[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: -fix print statement
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: -fix print statement |
Date: |
Mon, 11 Sep 2023 18:09:39 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 7a294ea0 -fix print statement
7a294ea0 is described below
commit 7a294ea0258cfc30c5b388e4d1afd463b4714705
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Sep 11 18:08:43 2023 +0200
-fix print statement
---
src/exchange-tools/taler-auditor-offline.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exchange-tools/taler-auditor-offline.c
b/src/exchange-tools/taler-auditor-offline.c
index 0f9652d0..8c280d46 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 ();
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: -fix print statement,
gnunet <=