diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-12-07 14:18:02 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-12-07 14:18:02 +0100 |
commit | e153215f7e0f0103a2000ca978e6c4fd2719feb2 (patch) | |
tree | 34d9ad0f0d225e598ca9fdb48e9e34bd6ace6511 /contrib | |
parent | 711027f651b2ed73bdf1d93bb74c86213a2358f5 (diff) |
fix j2
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/auditor-report.tex.j2 | 22 |
1 files changed, 11 insertions, 11 deletions
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} |