1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-25 09:28:25 +00:00

Edited ch06_transactions.adoc with Atlas code editor

This commit is contained in:
claylock 2023-10-20 11:38:58 +00:00
parent 38b09ccc8e
commit 2da9d69ed2

View File

@ -195,7 +195,7 @@ sometimes have high values, are usually encoded using the compactSize
data type. CompactSize is a version of a variable-length integer, so data type. CompactSize is a version of a variable-length integer, so
it's sometimes called var_int or varint (see, for example, documentation it's sometimes called var_int or varint (see, for example, documentation
for BIPs 37 and 144). for BIPs 37 and 144).
****
[WARNING] [WARNING]
==== ====
@ -250,7 +250,7 @@ unsigned integers:
</tbody> </tbody>
</table> </table>
++++ ++++
****
Each input in a transaction must contain three fields: Each input in a transaction must contain three fields: