mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-14 04:34:43 +00:00
add code block to variable in the table
This commit is contained in:
parent
88ffae6335
commit
14432e91a3
@ -306,7 +306,7 @@ entire length of the list.
|
|||||||
|
|
||||||
| Check to perform | code |
|
| 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`` |
|
| list is not greater than serialized bytes | ``len(rawbytes) > current_index + LENGTH_BYTES + total_length`` |
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user