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

Edited ch06.asciidoc with Atlas code editor

This commit is contained in:
judymcconville@roadrunner.com 2017-04-30 10:35:55 -07:00
parent 52e6e1dc54
commit 33bcb1c37c

View File

@ -227,7 +227,7 @@ To fully understand Alice's transaction we had to retrieve the previous transact
===== Transaction serialization—inputs
When transactions are serialized for transmission on the network, their inputs are encoded into a byte-stream as shown in <<tx_in_structure>>.
((("serialization", "inputs")))When transactions are serialized for transmission on the network, their inputs are encoded into a byte-stream as shown in <<tx_in_structure>>.
[[tx_in_structure]]
.Transaction input serialization