summaryrefslogtreecommitdiff
path: root/docs/content/implementation/c2ec.tex
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/implementation/c2ec.tex')
-rw-r--r--docs/content/implementation/c2ec.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/implementation/c2ec.tex b/docs/content/implementation/c2ec.tex
index 89e645f..a62993f 100644
--- a/docs/content/implementation/c2ec.tex
+++ b/docs/content/implementation/c2ec.tex
@@ -32,7 +32,7 @@ The Wire-Gateway specification requires the implementor of the API to keep track
\subsection{Payment Attestation}
-The attestation of a transaction is crucial, since this is the action which allows the exchange to create a reserve and can proof to the provider and customer, that the transaction was successful and therefore can put the liability for the withdrawal on the provider. The attestation process is implemented using a provider client interface and a provider transaction interface. This allows the process to be the same for each individual provider and new providers can be added easily by providing a specific implementation of the interfaces.
+The attestation of a transaction is crucial, since this is the action which allows the exchange to create a reserve and can proof to the provider and customer, that the transaction was successful and therefore can put the liability for the money on the provider. The attestation process is implemented using a provider client interface and a provider transaction interface. This allows the process to be the same for each individual provider and new providers can be added easily by providing a specific implementation of the interfaces.
\subsubsection{Provider Client}