summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-03-27 13:17:05 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-03-27 13:17:05 +0100
commit201d9e315ae2ef07a83b4b86860b2411a3e58062 (patch)
tree7e018f200de2a02bc06b819c2736cffdc0932047
parent3ccbae498242a1dd56026e491875a0f0d3c0dc27 (diff)
downloadexchange-201d9e315ae2ef07a83b4b86860b2411a3e58062.tar.gz
exchange-201d9e315ae2ef07a83b4b86860b2411a3e58062.tar.bz2
exchange-201d9e315ae2ef07a83b4b86860b2411a3e58062.zip
Debug
-rw-r--r--src/exchange-tools/taler-exchange-keyup.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/exchange-tools/taler-exchange-keyup.c b/src/exchange-tools/taler-exchange-keyup.c
index f51ff961c..caa685a31 100644
--- a/src/exchange-tools/taler-exchange-keyup.c
+++ b/src/exchange-tools/taler-exchange-keyup.c
@@ -818,15 +818,25 @@ exchange_keys_update_cointype (void *cls,
while (p.anchor.abs_value_us < lookahead_sign_stamp.abs_value_us)
{
+ GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+ "Future time not covered yet for type `%s': %s\n",
+ coin_alias,
+ GNUNET_STRINGS_relative_time_to_string
+ (GNUNET_TIME_absolute_get_difference (p.anchor,
+ lookahead_sign_stamp),
+ GNUNET_NO));
+
dkf = get_cointype_file (&p,
p.anchor);
GNUNET_break (GNUNET_YES !=
GNUNET_DISK_file_test (dkf));
+
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Generating denomination key for type `%s', start %s at %s\n",
coin_alias,
GNUNET_STRINGS_absolute_time_to_string (p.anchor),
dkf);
+
create_denomkey_issue (&p,
&denomkey_issue);
if (GNUNET_OK !=