Commit 73c4f292 authored by Joshua Gutow's avatar Joshua Gutow Committed by GitHub

Fix lint

parent 0be99fb3
...@@ -300,7 +300,7 @@ Batcher transactions are encoded as `version_byte ++ rollup_payload` (where `++` ...@@ -300,7 +300,7 @@ Batcher transactions are encoded as `version_byte ++ rollup_payload` (where `++`
Unknown versions make the batcher transaction invalid (it must be ignored by the rollup node). Unknown versions make the batcher transaction invalid (it must be ignored by the rollup node).
All frames in a batcher transaction must be parseable. If any one frame fails to parse, the all frames in the All frames in a batcher transaction must be parseable. If any one frame fails to parse, the all frames in the
transaction are rejected. transaction are rejected.
> **TODO** specify batcher authentication (i.e. where do we store / make available the public keys of authorize batcher > **TODO** specify batcher authentication (i.e. where do we store / make available the public keys of authorize batcher
> signers) > signers)
......
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