Correct docs a bit

This commit is contained in:
Michał Sałaban 2018-01-29 15:12:40 +01:00
parent e058155124
commit 63d47f200b
2 changed files with 3 additions and 2 deletions

View File

@ -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**.

View File

@ -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