diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-09-05 06:30:36 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-09-05 06:30:36 +0200 |
commit | f16a4c5b21280982843f40e56f66366004f6b29f (patch) | |
tree | 46fb2b33fb15554c386986c35607dd2122700780 /contrib | |
parent | d4905d7e2c2d0b71bbb5721e75dba5c6bb5f28a8 (diff) | |
download | exchange-f16a4c5b21280982843f40e56f66366004f6b29f.tar.gz exchange-f16a4c5b21280982843f40e56f66366004f6b29f.tar.bz2 exchange-f16a4c5b21280982843f40e56f66366004f6b29f.zip |
add test for hung refresh and wrong refresh sig, fix audit report formatting issue(s)
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/auditor-report.tex.j2 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/auditor-report.tex.j2 b/contrib/auditor-report.tex.j2 index c3f90843..73dda63b 100644 --- a/contrib/auditor-report.tex.j2 +++ b/contrib/auditor-report.tex.j2 @@ -861,11 +861,12 @@ coin as spent from {\tt /refresh/melt} but where the wallet did not yet complete {\tt /refresh/reveal}. This may happen even if the exchange is correct. +% Table generation tested by testcase #12 in test-auditor.sh {% if data.refresh_hanging|length() == 0 %} {\bf All melted coins were refreshed.} {% else %} - \begin{longtable}{p{1.5cm}|c|r} + \begin{longtable}{p{6.5cm}|c|r} {\bf Key} & {\bf row} & {\bf Amount} \\ \hline \hline \endfirsthead @@ -882,9 +883,7 @@ may happen even if the exchange is correct. \label{table:refresh:hanging} \endlastfoot {% for item in data.refresh_hanging %} - \multicolumn{4}{l}{ {\tt \small {{ item.coin_pub }} } } \\ -\nopagebreak - & + \truncate{6.2cm}{ {\tt \small {{ item.coin_pub }} } } & {{ item.row }} & {{ item.amount }} \\ \hline {% endfor %} |