diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-17 23:21:14 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-17 23:21:14 +0100 |
commit | 96543f62ef21375b3b04fee7eb97ee28fe5268e0 (patch) | |
tree | 99b4b5f26c07dcd5eff616704fa1b1e9183c5e1f /contrib/auditor-report.tex.j2 | |
parent | f03bcb65f2c96e5e4f93142ff35abecf32d6b711 (diff) |
updates to auditor test
Diffstat (limited to 'contrib/auditor-report.tex.j2')
-rw-r--r-- | contrib/auditor-report.tex.j2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/auditor-report.tex.j2 b/contrib/auditor-report.tex.j2 index f8518856e..cdcbc067f 100644 --- a/contrib/auditor-report.tex.j2 +++ b/contrib/auditor-report.tex.j2 @@ -661,18 +661,18 @@ incoming wire transfers does not match with that of the bank. {\bf All incoming wire transfer amounts and subjects matched up.} {% else %} \begin{longtable}{p{5.5cm}|r|r} - \multicolumn{2}{l}{ {\bf Wire transfer identifier} ({\bf Row}) } \\ + \multicolumn{2}{l}{ {\bf Reserve Public Key} ({\bf Row}) } \\ \multicolumn{3}{l}{ {\bf Diagnostic} } \\ {\bf When} & {\bf Wired} & {\bf Expected} \\ \hline \hline \endfirsthead - \multicolumn{2}{l}{ {\bf Wire transfer identifier} ({\bf Row}) } \\ + \multicolumn{2}{l}{ {\bf Reserve Public Key} ({\bf Row}) } \\ \multicolumn{3}{l}{ {\bf Diagnostic} } \\ {\bf When} & {\bf Wired} & {\bf Expected} \\ \hline \hline \endhead \hline \hline - \multicolumn{2}{l}{ {\bf Wire transfer identifier} ({\bf Row}) } \\ + \multicolumn{2}{l}{ {\bf Reserve Public Key} ({\bf Row}) } \\ \multicolumn{3}{l}{ {\bf Diagnostic} } \\ {\bf When} & {\bf Wired} & {\bf Expected} \\ \endfoot @@ -684,7 +684,7 @@ incoming wire transfers does not match with that of the bank. \label{table:wire_in:transfer_amount_inconsistencies} \endlastfoot {% for item in wire.reserve_in_amount_inconsistencies %} - \multicolumn{3}{l}{ {\tt \small {{ item.wtid }} } ({{ item.row }}) } \\ + \multicolumn{3}{l}{ {\tt \small {{ item.reserve_pub }} } ({{ item.row }}) } \\ \nopagebreak \multicolumn{3}{l}{ {{ item.diagnostic }} } \\ \nopagebreak |