mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 22:54:54 -05:00
PR feedback: remove unnecessary newline
This commit is contained in:
@@ -331,10 +331,9 @@ Instantiate a container with the full set of deserialized data, matching each me
|
||||
|
||||
| Check to perform | code |
|
||||
|:------------------------------------------|:----------------------------------------------------------------|
|
||||
| ``rawbytes`` has enough left for length | ``len(rawbytes) > current_index + LENGTH_BYTES`` |
|
||||
| ``rawbytes`` has enough left for length | ``len(rawbytes) > current_index + LENGTH_BYTES`` |
|
||||
| list is not greater than serialized bytes | ``len(rawbytes) > current_index + LENGTH_BYTES + total_length`` |
|
||||
|
||||
|
||||
To deserialize:
|
||||
|
||||
1. Get the list of the container's fields.
|
||||
|
||||
Reference in New Issue
Block a user