1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 08:08:11 +00:00

Edited ch06_transactions.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-19 01:19:06 +00:00
parent 3216c05496
commit d13ba4bfcb

View File

@ -591,7 +591,7 @@ image::images/mbc3_0604.png["A byte map of the outputs field from Alice's transa
==== Outputs Count
Identical to the start of the inputs section of a transaction, the outputs
Identical((("transactions", "outputs", "count")))((("outputs", "count"))) to the start of the inputs section of a transaction, the outputs
field begins with a count indicating the number of outputs in this
transaction. It's a compactSize integer and must be greater than zero.