Skip to content

Commit

Permalink
chore(protocol): fix broken link for LibL2Signer.sol in how_taiko_pro…
Browse files Browse the repository at this point in the history
…ves_blocks.md (#16916)
  • Loading branch information
MartinKong1990 authored Apr 29, 2024
1 parent 1282113 commit b8c6674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/docs/how_taiko_proves_blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Note that the anchor transaction emits an `Anchored` event that may help ZKP to
ZKP shall also check the signature of the anchor transaction:

- The signer must be _`TaikoL2.GOLDEN_TOUCH_ADDRESS`_.
- The signature must use `1` as the `k` value if the calculated `r` is not `0`, otherwise, `k` must be `2`. See [LibL2Signer.sol](https://github.com/taikoxyz/taiko-mono/blob/main/packages/protocol/contracts/L2/LibL2Signer.sol).
- The signature must use `1` as the `k` value if the calculated `r` is not `0`, otherwise, `k` must be `2`. See [LibL2Signer.sol](https://github.com/taikoxyz/taiko-mono/blob/main/packages/protocol/test/L2/LibL2Signer.sol).

### Block Metadata

Expand Down

0 comments on commit b8c6674

Please sign in to comment.