summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-19 21:51:13 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-19 21:51:13 +0100
commit6445558065b9d7ab17934d3096112d1e8254ca2f (patch)
tree867a1f08c2068bbb5dd628c3c694185ad9ef718d /contrib
parentc48e4a8a06f5554ff484f1a60c8e5673e70a897a (diff)
downloadexchange-6445558065b9d7ab17934d3096112d1e8254ca2f.tar.gz
exchange-6445558065b9d7ab17934d3096112d1e8254ca2f.tar.bz2
exchange-6445558065b9d7ab17934d3096112d1e8254ca2f.zip
fix auditor issues
Diffstat (limited to 'contrib')
-rw-r--r--contrib/auditor-report.tex.j212
1 files changed, 10 insertions, 2 deletions
diff --git a/contrib/auditor-report.tex.j2 b/contrib/auditor-report.tex.j2
index 7704d54a6..23d6938e5 100644
--- a/contrib/auditor-report.tex.j2
+++ b/contrib/auditor-report.tex.j2
@@ -223,7 +223,11 @@ the tiny threshold. Below, we report {\em non-tiny} wire transfers that are lagg
\nopagebreak
\multicolumn{4}{l}{ {\tt \small {{ item.coin_pub }} } } \\
\nopagebreak
- \multicolumn{4}{l}{ {\tt {{ item.account.url }} } } \\ \hline
+ \multicolumn{4}{l}{ {\tt
+ {% if 'payto_uri' in item.account %}
+ {{ item.account.payto_uri }}
+ {% endif %}
+ } } \\ \hline
{% endfor %}
\end{longtable}
{% endif %}
@@ -269,7 +273,11 @@ Note that some minimal lag may be normal as transactions may be in-flight.
\nopagebreak
\multicolumn{3}{l}{ {\tt \small {{ item.wtid }} } } \\
\nopagebreak
- \multicolumn{3}{l}{ {\tt {{ item.account }} } } \\ \hline
+ \multicolumn{3}{l}{ {\tt
+ {% if 'payto_uri' in item.account %}
+ {{ item.account.payto_uri }}
+ {% endif %}
+ } } \\ \hline
{% endfor %}
\end{longtable}
{% endif %}