commit 979e61225d52e48e658cf7978cf876c868c58bda
parent 13b269c807f9c6766d69c6f21b8d166d8ab64c2f
Author: Florian Dold <florian@dold.me>
Date: Mon, 27 Feb 2023 12:52:03 +0100
exchange, not bank
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/presentations/comprehensive/sic.tex b/presentations/comprehensive/sic.tex
@@ -2471,7 +2471,7 @@ The exchange needs the database to detect double spending.
\node (httpd) [def,above left=of origin,draw]{auditor-httpd};
\node (report) [def,above right=of origin,draw]{auditor-report};
\node (postgres-A) [def, draw, below=of origin] {Postgres (Auditor)};
- \node (postgres-E) [def, draw, below=of postgres-A] {Postgres (Bank)};
+ \node (postgres-E) [def, draw, below=of postgres-A] {Postgres (Exchange)};
\tikzstyle{C} = [color=black, line width=1pt]