Correct docs a bit

pull/11/head
Michał Sałaban 6 years ago
parent e058155124
commit 63d47f200b

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

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

Loading…
Cancel
Save