Skip to content

Commit

Permalink
fix: links
Browse files Browse the repository at this point in the history
  • Loading branch information
iAmMichaelConnor committed Mar 27, 2024
1 parent f7263ea commit 0d5eac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yellow-paper/docs/cryptography/merkle-trees.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ fn merkle_crh(
}
```

> `tree_id` reflects the various [trees in the protocol](../../state/index.md). The `PrivateFunction` tree is discussed in the [contract classes](../../contract-deployment/classes.md) section.
> `layer` is the [layer](../merkle-trees.md#layers) of the `left` and `right` children being hashed. For example, when hashing two leaves, `layer = 0`.
> `tree_id` reflects the various [trees in the protocol](../state/index.md). The `PrivateFunction` tree is discussed in the [contract classes](../contract-deployment/classes.md) section.
> `layer` is the [layer](#layers) of the `left` and `right` children being hashed. For example, when hashing two leaves, `layer = 0`.
:::danger

Expand Down

0 comments on commit 0d5eac6

Please sign in to comment.