diff options
| author | Christian Grothoff <christian@grothoff.org> | 2023-07-02 15:22:28 +0200 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2023-07-02 15:22:28 +0200 | 
| commit | 8d6bce26ad056fca1f097c66de62e01476157850 (patch) | |
| tree | 9a9c9d9be3f9871424ff03eb1d625d3848687856 /doc/flows | |
| parent | 2d5f0a87e0e336c6888adf878ae21613c384f89e (diff) | |
clarify what happens on block
Diffstat (limited to 'doc/flows')
| -rw-r--r-- | doc/flows/kyc-deposit.tex | 4 | ||||
| -rw-r--r-- | doc/flows/kyc-pull.tex | 5 | ||||
| -rw-r--r-- | doc/flows/kyc-push.tex | 4 | 
3 files changed, 8 insertions, 5 deletions
| diff --git a/doc/flows/kyc-deposit.tex b/doc/flows/kyc-deposit.tex index b6345ad7..c2b2ff24 100644 --- a/doc/flows/kyc-deposit.tex +++ b/doc/flows/kyc-deposit.tex @@ -55,8 +55,8 @@  \end{tikzpicture}    \end{center}    \caption{Regulatory process when depositing digital cash into a bank -    account.  When the transfer is denied, the money is returned to the -    originating wallet.} +    account.  When the transfer is denied, the money is held in escrow +    until authorities authorize the transfer.}  \end{figure} diff --git a/doc/flows/kyc-pull.tex b/doc/flows/kyc-pull.tex index d131d130..c89986ea 100644 --- a/doc/flows/kyc-pull.tex +++ b/doc/flows/kyc-pull.tex @@ -63,7 +63,10 @@    \end{center}    \caption{Regulatory process when receiving payments from another wallet.      The threshold depends on the risk profile from the KYC process. -    When invoicing is denied the wallet cannot generate the invoice.} +    When KYC thresholds would be passed, the receiving wallet cannot +    generate a valid invoice until it has provided the KYC data. +    When a transfer is denied by AML staff, the money is held in escrow +    until authorities authorize the transfer.}  \end{figure} diff --git a/doc/flows/kyc-push.tex b/doc/flows/kyc-push.tex index 4cc09c18..93a6fdaa 100644 --- a/doc/flows/kyc-push.tex +++ b/doc/flows/kyc-push.tex @@ -63,8 +63,8 @@    \end{center}    \caption{Regulatory process when receiving payments from another wallet.      The threshold depends on the risk profile from the KYC process. -    When the transfer is denied the money is (eventually) returned to -    the originating wallet.} +    When the transfer is denied, the money is held in escrow +    until authorities authorize the transfer.}  \end{figure} | 
