summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-09 14:23:37 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-09 14:23:37 +0200
commitd40f01b634ac567cd24f34453a9083947cb83a4d (patch)
tree59ed59268643dd23ef45aee6f95b189ed0f6295c /contrib
parent4e54a41fe3478572f1702cc7085b54d62438716e (diff)
downloadexchange-d40f01b634ac567cd24f34453a9083947cb83a4d.tar.gz
exchange-d40f01b634ac567cd24f34453a9083947cb83a4d.tar.bz2
exchange-d40f01b634ac567cd24f34453a9083947cb83a4d.zip
expand test to cover withdrawing expired denominations, fix auditor-report template
Diffstat (limited to 'contrib')
-rw-r--r--contrib/auditor-report.tex.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/auditor-report.tex.j2 b/contrib/auditor-report.tex.j2
index 52b3675dc..648b09cfc 100644
--- a/contrib/auditor-report.tex.j2
+++ b/contrib/auditor-report.tex.j2
@@ -1004,11 +1004,12 @@ withdrawal at the time when the exchange claims to have signed a coin
with it. This would be irregular, but has no obvious financial
implications.
+% Table generation tested by testcase #23 in test-auditor.sh
{% if data.denomination_key_validity_withdraw_inconsistencies|length() == 0 %}
{\bf All denomination keys were valid at the time of withdrawals.}
{% else %}
- \begin{longtable}{p{7.5cm}|c}
+ \begin{longtable}{p{7.5cm}|r}
{\bf Reserve} & {\bf Table row} \\
{\bf Denomination key hash} & {\bf Execution time} \\ \hline \hline
\endfirsthead
@@ -1028,7 +1029,6 @@ implications.
{% for item in data.denomination_key_validity_withdraw_inconsistencies %}
{\tt \small \truncate{0.6\textwidth}{ {{ item.reserve_pub }} } } & {{ item.row }} \\
\nopagebreak
- &
{\tt \small \truncate{0.6\textwidth}{ {{ item.denompub_h }} } } & {{ item.execution_date }} \\ \hline
{% endfor %}
\end{longtable}