fix format string

This commit is contained in:
Christian Grothoff 2020-01-17 23:02:48 +01:00
parent d567bfe237
commit 379d261769
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -5447,7 +5447,8 @@ run (void *cls,
" s:I, s:I, s:I, s:I, s:I,"
" s:I, s:I, s:I, s:I, s:I,"
" s:I, s:I, s:I, s:I, s:I,"
" s:I, s:I, s:I, s:o, s:o }",
" s:I, s:I, s:I, s:o, s:o,"
" s:o }",
/* blocks of 5 for easier counting/matching to format string */
/* block */
"reserve_balance_insufficient_inconsistencies",
@ -5616,6 +5617,7 @@ run (void *cls,
"auditor_end_time", json_string (
GNUNET_STRINGS_absolute_time_to_string (
GNUNET_TIME_absolute_get ())),
/* block */
"total_irregular_paybacks",
TALER_JSON_from_amount (&total_irregular_paybacks)
);