File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ entry batch in the block.
75
75
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
76
76
| version |
77
77
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
78
- | header_length |
78
+ | header_length | <- 16 bits
79
79
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
80
80
| block_producer_time_nanos |
81
81
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
97
97
- ` version: u64 ` is a positive integer which changes anytime a change is made to
98
98
the header. The initial version will be 1.
99
99
100
- - ` header_length: u64 ` is the length of the rest of the header in bytes (i.e.
100
+ - ` header_length: u16 ` is the length of the rest of the header in bytes (i.e.
101
101
not including the ` block_header_flag ` , ` version ` , and ` header_length ` fields).
102
102
103
103
- ` block_producer_time_nanos: u64 ` is a nanosecond UNIX timestamp representing
104
- the time when the block producer became leader and started constructing the
105
- block.
104
+ the time when the block producer started constructing the block.
106
105
107
106
- ` block_user_agent: [u8; 256] ` is a string that provides identifying
108
107
information about the block producer.
You can’t perform that action at this time.
0 commit comments