diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-08-01 13:10:53 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-08-01 13:10:53 +0200 |
commit | 368194badde2e3343b25b86e76115be35b501c95 (patch) | |
tree | 6b1142866f7fad7a1d7633ac558341c4e43f86da /contrib | |
parent | 7698f14d50373cbecc3a98e57875de0b0fc95618 (diff) |
implement auditor support for #4960
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/auditor-report.tex.j2 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/auditor-report.tex.j2 b/contrib/auditor-report.tex.j2 index 38f44d4e9..cfd613a07 100644 --- a/contrib/auditor-report.tex.j2 +++ b/contrib/auditor-report.tex.j2 @@ -139,6 +139,10 @@ In that time, the wire auditor processed the following table ranges: {% endif %} \end{center} +The total credits to the exchange processed in +this audit run was {\bf {{ wire.total_wire_in }}. +The total debits initiated by the exchange processed in +this audit run was {\bf {{ wire.total_wire_out }}. \section{Operations} @@ -147,6 +151,16 @@ be {\bf {{ coins.total_escrow_balance }}} (coins) plus {\bf {{ reserves.total_escrow_balance }}} (reserves). \noindent +This should match the final balance computed from +ingoing and outgoing wire transfers, which is +{\bf {{ wire.final_balance}} }. + +\noindent +A total of {\bf {{ wire.total_drained}} } in profits +were transferred (over the lifetime of the exchange) +to non-escrowed accounts. + +\noindent The active operational risk stands at {\bf {{ coins.total_active_risk }}}. |