diff options
| -rw-r--r-- | contrib/auditor-report.tex.j2 | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/contrib/auditor-report.tex.j2 b/contrib/auditor-report.tex.j2 index 76d9e465..851fd292 100644 --- a/contrib/auditor-report.tex.j2 +++ b/contrib/auditor-report.tex.j2 @@ -69,8 +69,8 @@ The report was generated by the auditor started at  {\bf {{ data.auditor_end_time }} }.  In that time, the auditor processed the following table ranges: +\begin{table}[h!]  \begin{center} -\begin{table}  \begin{tabular}{l|r|r}    Table                   & Start    & End \\ \hline \hline    Reserves Incoming       & {{ data.start_ppr_reserve_in_serial_id }} @@ -96,10 +96,10 @@ In that time, the auditor processed the following table ranges:    Coin payback refresh    & {{ data.start_ppc_payback_refresh_serial_id }}                            & {{ data.end_ppc_payback_refresh_serial_id }} \\  \end{tabular} +\end{center}  \caption{Serial number ranges of the tables processed by the audit.}  \label{table:auditor_range}  \end{table} -\end{center}  The report was generated by the wire auditor started at  {\bf {{ wire.wire_auditor_start_time }} } and concluded at | 
