From 63d47f200bfb3653274e3c979382de89784b45e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sa=C5=82aban?= Date: Mon, 29 Jan 2018 15:12:40 +0100 Subject: [PATCH] Correct docs a bit --- docs/source/address.rst | 3 ++- docs/source/wallet.rst | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/address.rst b/docs/source/address.rst index ce67339..33cb1c8 100644 --- a/docs/source/address.rst +++ b/docs/source/address.rst @@ -73,7 +73,8 @@ Payment IDs and integrated addresses Each Monero transaction may carry a **payment ID**. It is a 64 or 256-bit long number that carries additional information between parties. For example, a merchant can generate a payment ID for each order, or an exchange can assign -one to each user, so they would know what is the purpose of incoming payment. +one to each user. The customer/user would then attach the ID to the transaction, +so the site operator would know what is the purpose of incoming payment. A short, 64-bit payment ID can be integrated into an address, creating, well... an **integrated address**. diff --git a/docs/source/wallet.rst b/docs/source/wallet.rst index 08ce6e6..c01d9b7 100644 --- a/docs/source/wallet.rst +++ b/docs/source/wallet.rst @@ -58,7 +58,7 @@ Every wallet can have separate accounts and each account can have numerous addresses. The ``Wallet.new_account()`` and ``Account.new_address()`` will create new instances. -(This snippet, will fail on Monero v0.11.x) +(This snippet will fail on Monero v0.11.x) .. code-block:: python