summaryrefslogtreecommitdiff
path: root/design-documents
diff options
context:
space:
mode:
authorMikolai Gütschow <mikolai.guetschow@tu-dresden.de>2023-10-13 16:16:44 +0200
committerMikolai Gütschow <mikolai.guetschow@tu-dresden.de>2023-10-13 16:16:44 +0200
commite2afaa97ae49d40bf82a81d8651d415a9d56a7c9 (patch)
treea1cb7a799df42113a9505c54340d48594598de46 /design-documents
parent8e0f35b2bf697ce9388fd37fe14429bc6c0cc204 (diff)
downloaddocs-e2afaa97ae49d40bf82a81d8651d415a9d56a7c9.tar.gz
docs-e2afaa97ae49d40bf82a81d8651d415a9d56a7c9.tar.bz2
docs-e2afaa97ae49d40bf82a81d8651d415a9d56a7c9.zip
DD13: fix typo
Diffstat (limited to 'design-documents')
-rw-r--r--design-documents/013-peer-to-peer-payments.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/design-documents/013-peer-to-peer-payments.rst b/design-documents/013-peer-to-peer-payments.rst
index cbd138dd..20124532 100644
--- a/design-documents/013-peer-to-peer-payments.rst
+++ b/design-documents/013-peer-to-peer-payments.rst
@@ -424,7 +424,7 @@ Payment requests
1. The payee creates a **purse** by computing a public-private key pair.
2. The payee POSTs to the ``/purse/$PURSE_PUB/merge`` endpoint to
- both upload the encrypted contract, associate it with the payer's
+ both upload the encrypted contract, associate it with the payee's
account and signal its agreement to the contract. The
**merge** request must be signed by the purse's private key.
A second signature must be provided by the account private key,