Skip to content

Commit

Permalink
fix(website): Correcting broken link (#14840)
Browse files Browse the repository at this point in the history
  • Loading branch information
broccoin-jp authored Sep 27, 2023
1 parent cb9922f commit 8fe85b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ This means that you are not able to connect to the RPC endpoint. Check if you ha

#### `WARNING: Found orphan containers`

You should not have orphan containers as the L2 and L3 image container names are different in each docker compose file. Check the [node runner manual](/docs/manual/node-runner-manual) for a command to remove orphan containers.
You should not have orphan containers as the L2 and L3 image container names are different in each docker compose file. Check the [node runner manual](/docs/manuals/node-runner-manual) for a command to remove orphan containers.

#### `WARN Snapshot extension registration failed err="peer connected on snap without compatible eth support"`

Expand All @@ -185,4 +185,4 @@ Copy the default .env file, then reset your RPC node and proposer with the updat
Scenario when the mempool is small and proposers are trying to propose the same transactions within an L1 block.
The first proposer included on chain will successfully propose these transactions.
However, all others proposer included transactions will end up with status `propose empty blocks`,
since the proposed transactions will be filtered by nodes.
since the proposed transactions will be filtered by nodes.

0 comments on commit 8fe85b9

Please sign in to comment.