From e153215f7e0f0103a2000ca978e6c4fd2719feb2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 7 Dec 2019 14:18:02 +0100 Subject: fix j2 --- contrib/auditor-report.tex.j2 | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'contrib') diff --git a/contrib/auditor-report.tex.j2 b/contrib/auditor-report.tex.j2 index ebe35c663..2c2f16364 100644 --- a/contrib/auditor-report.tex.j2 +++ b/contrib/auditor-report.tex.j2 @@ -74,27 +74,27 @@ In that time, the auditor processed the following table ranges: \begin{tabular}{l|r|r} Table & Start & End \\ \hline \hline Reserves Incoming & {{ data.start_ppr_reserve_in_serial_id }} - & {{ data.ppr_reserve_in_serial_id }} \\ \hline + & {{ data.end_ppr_reserve_in_serial_id }} \\ \hline Reserves Out (withdraw) & {{ data.start_ppr_reserve_out_serial_id }} - & {{ data.ppr_reserve_out_serial_id }} \\ \hline + & {{ data.end_ppr_reserve_out_serial_id }} \\ \hline Reserves Payback & {{ data.start_ppr_reserve_payback_serial_id }} - & {{ data.ppr_reserve_payback_serial_id }} \\ \hline + & {{ data.end_ppr_reserve_payback_serial_id }} \\ \hline Reserves Close & {{ data.start_ppr_reserve_close_serial_id }} - & {{ data.ppr_reserve_close_serial_id }} \\ \hline + & {{ data.end_ppr_reserve_close_serial_id }} \\ \hline Aggregation & {{ data.start_ppa_wire_out_serial_id }} - & {{ data.ppa_wire_out_serial_id }} \\ \hline + & {{ data.end_ppa_wire_out_serial_id }} \\ \hline Coin withdraw & {{ data.start_ppc_withdraw_serial_id }} - & {{ data.ppc_withdraw_serial_id }} \\ \hline + & {{ data.end_ppc_withdraw_serial_id }} \\ \hline Coin deposit & {{ data.start_ppc_deposit_serial_id }} - & {{ data.ppc_deposit_serial_id }} \\ \hline + & {{ data.end_ppc_deposit_serial_id }} \\ \hline Coin melt & {{ data.start_ppc_melt_serial_id }} - & {{ data.ppc_melt_serial_id }} \\ \hline + & {{ data.end_ppc_melt_serial_id }} \\ \hline Coin refund & {{ data.start_ppc_refund_serial_id }} - & {{ data.ppc_refund_serial_id }} \\ \hline + & {{ data.end_ppc_refund_serial_id }} \\ \hline Coin payback & {{ data.start_ppc_payback_serial_id }} - & {{ data.ppc_payback_serial_id }} \\ \hline + & {{ data.end_ppc_payback_serial_id }} \\ \hline Coin payback refresh & {{ data.start_ppc_payback_refresh_serial_id }} - & {{ data.ppc_payback_refresh_serial_id }} \\ + & {{ data.end_ppc_payback_refresh_serial_id }} \\ \end{tabular} \caption{Serial number ranges of the tables processed by the audit.} \label{table:auditor_range} -- cgit v1.2.3