From 6445558065b9d7ab17934d3096112d1e8254ca2f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 19 Jan 2020 21:51:13 +0100 Subject: fix auditor issues --- contrib/auditor-report.tex.j2 | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'contrib') 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 %} -- cgit v1.2.3