Merge pull request #116 from PsychicCat/master

change transaction to payment ID
This commit is contained in:
Riccardo Spagni 2016-05-22 17:33:12 +02:00
commit 8e5e685f44

View file

@ -638,7 +638,7 @@ Outputs:
* *amount* - Amount of transaction output, in atomic units.
* *target* - Output destination information:
* *key* - The stealth public key of the receiver. Whoever owns the private key associated with this key controls this transaction output.
* *extra* - Usually called the "transaction ID" but can be used to include any random 32 bytes.
* *extra* - Usually called the "payment ID" but can be used to include any random 32 bytes.
* *signatures* - List of ignatures used in ring signature to hide the true origin of the transaction.
Example 1: Return transaction information in binary format.