diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-10-06 20:49:08 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-10-06 20:49:18 +0200 |
commit | d585c409966ffa7c09e724062520ba5111be2c4d (patch) | |
tree | 47ab3711d1847da2e9e90cceb197829f9989bbe8 /contrib/auditor-report.tex.j2 | |
parent | c776a5f51e4b8c5826bd62e581d85e841b8fbe4c (diff) | |
download | exchange-d585c409966ffa7c09e724062520ba5111be2c4d.tar.gz exchange-d585c409966ffa7c09e724062520ba5111be2c4d.tar.bz2 exchange-d585c409966ffa7c09e724062520ba5111be2c4d.zip |
add test for missing wire transfer for reserve closure
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 57ec01de..52b3675d 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 Note that some minimal lag may be normal as transactions may be in-flight. +% Table generation tested by testcase #22 in test-auditor.sh + {% if wire.reserve_lag_details|length() == 0 %} {\bf No closure transfers that are lagging behind detected.} {% else %} @@ -174,17 +176,17 @@ Note that some minimal lag may be normal as transactions may be in-flight. \multicolumn{3}{l}{\bf Target account} \\ \hline \hline \endfirsthead {\bf Deadline} & {\bf Amount} & {\bf Row} \\ - \multicolumn{3}{l}{\bf Coin} \\ + \multicolumn{3}{l}{\bf WTID} \\ \multicolumn{3}{l}{\bf Target account} \\ \hline \hline \endhead \hline \hline {\bf Deadline} & {\bf Amount} & {\bf Row} \\ - \multicolumn{3}{l}{\bf Coin} \\ + \multicolumn{3}{l}{\bf WTID} \\ \multicolumn{3}{l}{\bf Target account} \\ \endfoot \hline \hline {\bf Deadline} & {\bf Amount} & {\bf Row} \\ - \multicolumn{3}{l}{\bf Coin} \\ + \multicolumn{3}{l}{\bf WTID} \\ \multicolumn{3}{l}{\bf Target account} \\ \caption{Lagging reserve closure transactions.} \label{table:lag} |