File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -185,9 +185,9 @@ Value:
185
185
</pre>
186
186
|-
187
187
| <tt>0x04 </tt>
188
- | Number of inputs
188
+ | Number of inputs provided in the PSBT
189
189
| None. The key must only contain the 1 byte type.
190
- | A compact size unsigned integer representing the number of inputs that this transaction has
190
+ | A compact size unsigned integer representing the number of inputs that this PSBT has
191
191
| Key:
192
192
<pre>
193
193
{0x04}
@@ -265,7 +265,7 @@ Value:
265
265
| <tt>0x04 </tt>
266
266
| Input index
267
267
| None. The key must only contain the 1 byte type.
268
- | A compact size unsigned integer representing the index of this input. This field
268
+ | A compact size unsigned integer representing the 0-based index of this input. This field
269
269
is optional to allow for completed inputs to be skipped without needing a separator byte.
270
270
If one input has this type, then all inputs must have it.
271
271
| Key:
You can’t perform that action at this time.
0 commit comments