summaryrefslogtreecommitdiff
path: root/design-documents
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-06-03 13:58:05 +0200
committerFlorian Dold <florian@dold.me>2022-06-03 13:58:05 +0200
commit556165f148f0ad5b1800d94e3f67cf45698453da (patch)
tree709922e234db1ef4fc56866c7d683cb4c7edcab0 /design-documents
parentd8aac30a57cd55f6a75c237f3d25351ef7e719a9 (diff)
downloaddocs-556165f148f0ad5b1800d94e3f67cf45698453da.tar.gz
docs-556165f148f0ad5b1800d94e3f67cf45698453da.tar.bz2
docs-556165f148f0ad5b1800d94e3f67cf45698453da.zip
new denominations structure, minor fixes
Diffstat (limited to 'design-documents')
-rw-r--r--design-documents/013-peer-to-peer-payments.rst2
-rw-r--r--design-documents/024-age-restriction.rst2
2 files changed, 1 insertions, 3 deletions
diff --git a/design-documents/013-peer-to-peer-payments.rst b/design-documents/013-peer-to-peer-payments.rst
index da4b4bbc..5c0d7d12 100644
--- a/design-documents/013-peer-to-peer-payments.rst
+++ b/design-documents/013-peer-to-peer-payments.rst
@@ -376,7 +376,7 @@ In this protocol variant, the payer is initiating the process.
3. The payer shares the purse's private key and the base URL
of the exchange where the purse was created with the payee.
This can be done using a ``taler://purse/$BASE_URL/$PURSE_PRIV`` URL.
- The chapter on ``Refinements'' below clarifies why this
+ The chapter on ``Refinements`` below clarifies why this
step is not quite OK and was modified when implementing the design.
4. The payee uses the new ``/purse/$PURSE_PUB`` endpoint to retrieve
the encrypted contract (if available) and purse balance, which includes all
diff --git a/design-documents/024-age-restriction.rst b/design-documents/024-age-restriction.rst
index b97d833b..0b3aa76f 100644
--- a/design-documents/024-age-restriction.rst
+++ b/design-documents/024-age-restriction.rst
@@ -677,5 +677,3 @@ The scheme is as follows:
return [s] * G == R + [SHA-512(R ∥ P ∥ message)] * P
}
-::
-