summaryrefslogtreecommitdiff
path: root/contrib/auditor-report.tex.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-19 21:56:32 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-19 21:56:32 +0100
commit0bee3b8129ad4b24f3dae99ced810debe6e48dc1 (patch)
tree76f7eab39c8fa5a9209fbe5498ee367f71b8aee0 /contrib/auditor-report.tex.j2
parent6445558065b9d7ab17934d3096112d1e8254ca2f (diff)
downloadexchange-0bee3b8129ad4b24f3dae99ced810debe6e48dc1.tar.gz
exchange-0bee3b8129ad4b24f3dae99ced810debe6e48dc1.tar.bz2
exchange-0bee3b8129ad4b24f3dae99ced810debe6e48dc1.zip
relate TODO to bug
Diffstat (limited to 'contrib/auditor-report.tex.j2')
-rw-r--r--contrib/auditor-report.tex.j27
1 files changed, 6 insertions, 1 deletions
diff --git a/contrib/auditor-report.tex.j2 b/contrib/auditor-report.tex.j2
index 23d6938e5..28c40f88d 100644
--- a/contrib/auditor-report.tex.j2
+++ b/contrib/auditor-report.tex.j2
@@ -565,7 +565,11 @@ would be reported separately in Section~\ref{sec:wire_check_out}.
\label{table:reserve:wire_out_balance_inconsistencies}
\endlastfoot
{% for item in data.wire_out_inconsistencies %}
- \multicolumn{3}{l}{ {\tt \truncate{0.95\textwidth}{ {{ item.destination_account.url }} } } } \\
+ \multicolumn{3}{l}{ {\tt \truncate{0.95\textwidth}{
+ {% if 'payto_uri' in item.destination_account %}
+ {{ item.destination_account.payto_uri }}
+ {% endif %}
+ } } } \\
\nopagebreak
{{ item.rowid }} &
{{ item.expected }} &
@@ -913,6 +917,7 @@ This section describes issues found by the wire auditor that
relate to outgoing wire transfers subjects being duplicated.
% Table generation tested by testcase #XX in test-auditor.sh
+% TODO: test this! #6054
{% if wire.wire_format_inconsistencies|length() == 0 %}
{\bf No wire format inconsistencies found.}