mirror of
https://github.com/btcsuite/btcd.git
synced 2025-02-23 06:35:20 +01:00
Correct some comments in block bytes breakdown.
This commit is contained in:
parent
937374c95a
commit
0e1f8fda6d
1 changed files with 3 additions and 3 deletions
|
@ -523,16 +523,16 @@ var blockOneBytes = []byte{
|
||||||
0x01, 0xe3, 0x62, 0x99, // Nonce
|
0x01, 0xe3, 0x62, 0x99, // Nonce
|
||||||
0x01, // TxnCount
|
0x01, // TxnCount
|
||||||
0x01, 0x00, 0x00, 0x00, // Version
|
0x01, 0x00, 0x00, 0x00, // Version
|
||||||
0x01, // Varint for number of input transactions
|
0x01, // Varint for number of transaction inputs
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // // Previous output hash
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // Previous output hash
|
||||||
0xff, 0xff, 0xff, 0xff, // Prevous output index
|
0xff, 0xff, 0xff, 0xff, // Prevous output index
|
||||||
0x07, // Varint for length of signature script
|
0x07, // Varint for length of signature script
|
||||||
0x04, 0xff, 0xff, 0x00, 0x1d, 0x01, 0x04, // Signature script
|
0x04, 0xff, 0xff, 0x00, 0x1d, 0x01, 0x04, // Signature script
|
||||||
0xff, 0xff, 0xff, 0xff, // Sequence
|
0xff, 0xff, 0xff, 0xff, // Sequence
|
||||||
0x01, // Varint for number of output transactions
|
0x01, // Varint for number of transaction outputs
|
||||||
0x00, 0xf2, 0x05, 0x2a, 0x01, 0x00, 0x00, 0x00, // Transaction amount
|
0x00, 0xf2, 0x05, 0x2a, 0x01, 0x00, 0x00, 0x00, // Transaction amount
|
||||||
0x43, // Varint for length of pk script
|
0x43, // Varint for length of pk script
|
||||||
0x41, // OP_DATA_65
|
0x41, // OP_DATA_65
|
||||||
|
|
Loading…
Add table
Reference in a new issue