From e7f58d15eebed754f9d5666eb0f34cb10ca48bc9 Mon Sep 17 00:00:00 2001 From: Brendan Telzrow Date: Sat, 21 May 2016 17:04:19 -0500 Subject: [PATCH] change transaction to payment ID --- knowledge-base/developer-guides/daemon-rpc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knowledge-base/developer-guides/daemon-rpc.md b/knowledge-base/developer-guides/daemon-rpc.md index 641263c0..347da578 100644 --- a/knowledge-base/developer-guides/daemon-rpc.md +++ b/knowledge-base/developer-guides/daemon-rpc.md @@ -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.