mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
Correct docs a bit
This commit is contained in:
parent
e058155124
commit
63d47f200b
2 changed files with 3 additions and 2 deletions
|
@ -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
|
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
|
number that carries additional information between parties. For example, a
|
||||||
merchant can generate a payment ID for each order, or an exchange can assign
|
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...
|
A short, 64-bit payment ID can be integrated into an address, creating, well...
|
||||||
an **integrated address**.
|
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
|
addresses. The ``Wallet.new_account()`` and ``Account.new_address()`` will
|
||||||
create new instances.
|
create new instances.
|
||||||
|
|
||||||
(This snippet, will fail on Monero v0.11.x)
|
(This snippet will fail on Monero v0.11.x)
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue