summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2018-01-04 13:15:46 -0500
committerAndrew Chow <achow101-github@achow101.com>2018-01-04 13:23:15 -0500
commit53891fc7ed6691acb27e2921b06959625fcff85b (patch)
tree3a8a4cf9ca89862fd683c81f34fe67837074d41b
parent2166b78bbf2eb069d441581bbb72afe5a795c288 (diff)
downloadbips-53891fc7ed6691acb27e2921b06959625fcff85b.tar.xz
Clarify what the number of inputs field is actually
-rw-r--r--bip-0174.mediawiki6
1 files changed, 3 insertions, 3 deletions
diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki
index 459dff7..6a1a3dc 100644
--- a/bip-0174.mediawiki
+++ b/bip-0174.mediawiki
@@ -185,9 +185,9 @@ Value:
</pre>
|-
| <tt>0x04</tt>
-| Number of inputs
+| Number of inputs provided in the PSBT
| None. The key must only contain the 1 byte type.
-| A compact size unsigned integer representing the number of inputs that this transaction has
+| A compact size unsigned integer representing the number of inputs that this PSBT has
| Key:
<pre>
{0x04}
@@ -265,7 +265,7 @@ Value:
| <tt>0x04</tt>
| Input index
| None. The key must only contain the 1 byte type.
-| A compact size unsigned integer representing the index of this input. This field
+| A compact size unsigned integer representing the 0-based index of this input. This field
is optional to allow for completed inputs to be skipped without needing a separator byte.
If one input has this type, then all inputs must have it.
| Key: