diff options
Diffstat (limited to 'contrib/auditor-report.tex.j2')
-rw-r--r-- | contrib/auditor-report.tex.j2 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/contrib/auditor-report.tex.j2 b/contrib/auditor-report.tex.j2 index 57ec01de7..52b3675dc 100644 --- a/contrib/auditor-report.tex.j2 +++ b/contrib/auditor-report.tex.j2 | |||
@@ -165,6 +165,8 @@ The total amount the exchange currently lags behind in reserve closures is | |||
165 | 165 | ||
166 | Note that some minimal lag may be normal as transactions may be in-flight. | 166 | Note that some minimal lag may be normal as transactions may be in-flight. |
167 | 167 | ||
168 | % Table generation tested by testcase #22 in test-auditor.sh | ||
169 | |||
168 | {% if wire.reserve_lag_details|length() == 0 %} | 170 | {% if wire.reserve_lag_details|length() == 0 %} |
169 | {\bf No closure transfers that are lagging behind detected.} | 171 | {\bf No closure transfers that are lagging behind detected.} |
170 | {% else %} | 172 | {% else %} |
@@ -174,17 +176,17 @@ Note that some minimal lag may be normal as transactions may be in-flight. | |||
174 | \multicolumn{3}{l}{\bf Target account} \\ \hline \hline | 176 | \multicolumn{3}{l}{\bf Target account} \\ \hline \hline |
175 | \endfirsthead | 177 | \endfirsthead |
176 | {\bf Deadline} & {\bf Amount} & {\bf Row} \\ | 178 | {\bf Deadline} & {\bf Amount} & {\bf Row} \\ |
177 | \multicolumn{3}{l}{\bf Coin} \\ | 179 | \multicolumn{3}{l}{\bf WTID} \\ |
178 | \multicolumn{3}{l}{\bf Target account} \\ \hline \hline | 180 | \multicolumn{3}{l}{\bf Target account} \\ \hline \hline |
179 | \endhead | 181 | \endhead |
180 | \hline \hline | 182 | \hline \hline |
181 | {\bf Deadline} & {\bf Amount} & {\bf Row} \\ | 183 | {\bf Deadline} & {\bf Amount} & {\bf Row} \\ |
182 | \multicolumn{3}{l}{\bf Coin} \\ | 184 | \multicolumn{3}{l}{\bf WTID} \\ |
183 | \multicolumn{3}{l}{\bf Target account} \\ | 185 | \multicolumn{3}{l}{\bf Target account} \\ |
184 | \endfoot | 186 | \endfoot |
185 | \hline \hline | 187 | \hline \hline |
186 | {\bf Deadline} & {\bf Amount} & {\bf Row} \\ | 188 | {\bf Deadline} & {\bf Amount} & {\bf Row} \\ |
187 | \multicolumn{3}{l}{\bf Coin} \\ | 189 | \multicolumn{3}{l}{\bf WTID} \\ |
188 | \multicolumn{3}{l}{\bf Target account} \\ | 190 | \multicolumn{3}{l}{\bf Target account} \\ |
189 | \caption{Lagging reserve closure transactions.} | 191 | \caption{Lagging reserve closure transactions.} |
190 | \label{table:lag} | 192 | \label{table:lag} |