From 070e80fbd04a76189bba9fb016286d82c42718e6 Mon Sep 17 00:00:00 2001 From: antanst Date: Sun, 3 May 2015 20:19:14 +0300 Subject: [PATCH] s/inputs/parameters to avoid confusion --- knowledge-base/moneropedia/transaction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knowledge-base/moneropedia/transaction.md b/knowledge-base/moneropedia/transaction.md index 7f159797..66a26e20 100644 --- a/knowledge-base/moneropedia/transaction.md +++ b/knowledge-base/moneropedia/transaction.md @@ -9,7 +9,7 @@ summary: "a cryptographically signed container that details the transfer of Mone {{ page.summary | capitalize }}. -A transaction's inputs are one or more recipient addresses with the corresponding amounts of funds to send to them, and a `mixin_count` parameter that specifies the amount of outputs the transaction will have mixed in. Higher amounts of `mixin_count` offer more anonymity, but that comes with a cost, since the transaction gets larger and therefore the transaction fees get higher as well. +A transaction's parameters are one or more recipient addresses with the corresponding amounts of funds to send to them, and a `mixin_count` parameter that specifies the amount of outputs the transaction will have mixed in. Higher amounts of `mixin_count` offer more anonymity, but that comes with a cost, since the transaction gets larger and therefore the transaction fees get higher as well. A transaction is uniquely identified by a Transaction ID, which is usually represented as a 32-byte string (64 hexadecimal characters).