aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-18 11:26:48 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-18 11:26:48 +0100
commit5680cf2278e8c8328565d147dcbf7c89827c549e (patch)
tree25bfea8b5e8820b099b8dee243dee3fe3a615522 /docs
parent347d1afdac4d4ead42bca413be63431de9a58cad (diff)
downloaddepolymerization-5680cf2278e8c8328565d147dcbf7c89827c549e.tar.gz
depolymerization-5680cf2278e8c8328565d147dcbf7c89827c549e.tar.bz2
depolymerization-5680cf2278e8c8328565d147dcbf7c89827c549e.zip
minor fixes
Diffstat (limited to 'docs')
-rw-r--r--docs/presentation.tex9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/presentation.tex b/docs/presentation.tex
index 5e720c6..b168121 100644
--- a/docs/presentation.tex
+++ b/docs/presentation.tex
@@ -155,8 +155,9 @@
\begin{frame}{Challenges}
\begin{block}{Taler Metadata}
\begin{itemize}
- \item Metadata are required to link a wallet to its deposits and withdraws
- \item Putting metadata in blockchain transactions can be tricky
+ \item Metadata are required to link a wallet to credits and
+ allow merchant to link deposits to debits
+ \item Putting metadata in blockchain transactions can be tricky
\end{itemize}
\end{block}
\begin{block}{Blockchain based cryptocurrencies}
@@ -424,9 +425,9 @@
\begin{frame}{DLT Adapter}{Architecture}
\begin{block}{Event system}
\begin{itemize}
- \item \textbf{Watcher} watch and notify for new blocks
+ \item \textbf{Watcher} watch and notify for new blocks with credits
\item \textbf{Wire Gateway} notify requested debits
- \item \textbf{Worker} notify changing function state
+ \item \textbf{Worker} operates on notifications updating state
\end{itemize}
\end{block}
\end{frame}