Skip to content

Commit

Permalink
docs(website): node troubleshooting info: `Skip an invlaid proposed t…
Browse files Browse the repository at this point in the history
…ransaction reason="nonce too low` (#14814)

Co-authored-by: Daniel Wang <[email protected]>
Co-authored-by: Roger <[email protected]>
  • Loading branch information
3 people authored and KorbinianK committed Oct 2, 2023
1 parent 73b2944 commit 72e0431
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,10 @@ You can safely ignore this "warn" level message, it simply means you just ignore

A flag might not be set in your .env file.
Copy the default .env file, then reset your RPC node and proposer with the updated flag values.

#### `info: Skip an invalid proposed transaction reason="nonce too low`

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.

0 comments on commit 72e0431

Please sign in to comment.