diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2021-11-05 14:00:10 +0100 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2021-11-05 14:00:10 +0100 |
commit | 32da809fd665f1ac19210bf48952f1988f417fb8 (patch) | |
tree | eebd61cf482dddf83c1ce530f3aca0c045a33591 /src/auditor | |
parent | 766922f7e9bd5570fd12b663e61f8bd622e51c78 (diff) |
abstract denomination keys a bit more
Diffstat (limited to 'src/auditor')
-rw-r--r-- | src/auditor/report-lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/report-lib.c b/src/auditor/report-lib.c index cc1b48b6a..e6468f692 100644 --- a/src/auditor/report-lib.c +++ b/src/auditor/report-lib.c @@ -151,7 +151,7 @@ add_denomination ( &issue->value); GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Tracking denomination `%s' (%s)\n", - GNUNET_h2s (&issue->denom_hash), + GNUNET_h2s (&issue->denom_hash.hash), TALER_amount2s (&value)); TALER_amount_ntoh (&value, &issue->fee_withdraw); |