Skip to content

Commit

Permalink
Remove unnecessary word
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Pandaz committed Jan 17, 2025
1 parent 5e15893 commit f67f215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/stack/fault-proofs/mips.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The following information is stored in the `State` struct. See [doc reference](h
### State hash

The state hash is the `bytes32` value returned to the active Fault Dispute Game upon the completion of a single MIPS instruction in the `MIPS.sol` contract.
The hash is derived by taking the `keccak256` of the above packed VM execution `State` struct, and then replacing the first byte of the hash with a value that represents the status of the VM.
The hash is derived by taking the `keccak256` of the above packed VM execution `State` struct, then replacing the first byte of the hash with a value that represents the status of the VM.
This value is derived from the `exitCode` and `exited` values, and can be:

* Valid (0)
Expand Down

0 comments on commit f67f215

Please sign in to comment.