Commit 36bbd586 authored by protolambda's avatar protolambda Committed by GitHub

specs: span-batches format typo fix

Co-authored-by: default avatarrefcell.eth <abigger87@gmail.com>
parent a0e749d1
...@@ -71,7 +71,7 @@ Notation: ...@@ -71,7 +71,7 @@ Notation:
Where: Where:
- `prefix = rel_timestamp ++ parent_check + l1_origin_check` - `prefix = rel_timestamp ++ parent_check ++ l1_origin_check`
- `rel_timestamp`: relative time since genesis, i.e. `anchor.timestamp - config.genesis.timestamp`. - `rel_timestamp`: relative time since genesis, i.e. `anchor.timestamp - config.genesis.timestamp`.
- `parent_check`: first 20 bytes of parent hash, i.e. `anchor.parent_hash[:20]`. - `parent_check`: first 20 bytes of parent hash, i.e. `anchor.parent_hash[:20]`.
- `l1_origin_check`: to ensure the intended L1 origins of this span of - `l1_origin_check`: to ensure the intended L1 origins of this span of
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment