Skip to content

Commit

Permalink
docs(website): add node-troubleshooting for "Proposing operation erro…
Browse files Browse the repository at this point in the history
…r" (#14336)

Co-authored-by: d1onys1us <[email protected]>
  • Loading branch information
broccoin-jp and dionysuzx authored Aug 2, 2023
1 parent 2eadff2 commit 3e9bd47
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ You can ignore any WARN logs.

### Node error logs

#### `error: "failed to check token balance: proposer does not have enough tko balance to propose"`

You have not deposited enough TKO to pay the block fee. Deposit enough TKO from TKO token contracts. See [enable a proposer](/docs/guides/run-a-node/enable-a-proposer) for more info.

#### `error: "failed to insert new head to L2 execution engine: missing trie node"`

Make sure that your RPC is pointing to an Sepolia archive node, and not a full node.
Expand Down

0 comments on commit 3e9bd47

Please sign in to comment.