Commit 28aa225e authored by inphi's avatar inphi

Add note on output root construction

parent a644ed0c
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
- [`l2-transactions <blockhash>`](#l2-transactions-blockhash) - [`l2-transactions <blockhash>`](#l2-transactions-blockhash)
- [`l2-code <codehash>`](#l2-code-codehash) - [`l2-code <codehash>`](#l2-code-codehash)
- [`l2-state-node <nodehash>`](#l2-state-node-nodehash) - [`l2-state-node <nodehash>`](#l2-state-node-nodehash)
- [`l2-output <blockhash>`](#l2-output-blockhash) - [`l2-output <outputroot>`](#l2-output-outputroot)
- [Fault Proof VM](#fault-proof-vm) - [Fault Proof VM](#fault-proof-vm)
- [Fault Proof Interactive Dispute Game](#fault-proof-interactive-dispute-game) - [Fault Proof Interactive Dispute Game](#fault-proof-interactive-dispute-game)
...@@ -376,6 +376,7 @@ Requests the host to prepare the L2 MPT node preimage with the given `<nodehash> ...@@ -376,6 +376,7 @@ Requests the host to prepare the L2 MPT node preimage with the given `<nodehash>
#### `l2-output <outputroot>` #### `l2-output <outputroot>`
Requests the host to prepare the L2 Output at the l2 output root `<outputroot>`. Requests the host to prepare the L2 Output at the l2 output root `<outputroot>`.
The L2 Output is the preimage of a [computed output root](./proposals.md#l2-output-commitment-construction).
## Fault Proof VM ## Fault Proof VM
......
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