Skip to content

Commit

Permalink
Enable debug, txpool APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
zeekay committed Dec 11, 2023
1 parent ba46d7b commit bf1aa60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/evm/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ var (
"internal-eth",
"internal-blockchain",
"internal-transaction",
"debug",
"txpool"

Check failure on line 72 in plugin/evm/config.go

View workflow job for this annotation

GitHub Actions / e2e tests

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 72 in plugin/evm/config.go

View workflow job for this annotation

GitHub Actions / Lint

syntax error: unexpected newline in composite literal; possibly missing comma or }) (typecheck)

Check failure on line 72 in plugin/evm/config.go

View workflow job for this annotation

GitHub Actions / Lint

syntax error: unexpected newline in composite literal; possibly missing comma or }) (typecheck)

Check failure on line 72 in plugin/evm/config.go

View workflow job for this annotation

GitHub Actions / Lint

syntax error: unexpected newline in composite literal; possibly missing comma or }) (typecheck)

Check failure on line 72 in plugin/evm/config.go

View workflow job for this annotation

GitHub Actions / Lint

syntax error: unexpected newline in composite literal; possibly missing comma or } (typecheck)

Check failure on line 72 in plugin/evm/config.go

View workflow job for this annotation

GitHub Actions / Lint

missing ',' before newline in composite literal (typecheck)

Check failure on line 72 in plugin/evm/config.go

View workflow job for this annotation

GitHub Actions / Golang Unit Tests

syntax error: unexpected newline in composite literal; possibly missing comma or }
}
defaultAllowUnprotectedTxHashes = []common.Hash{
common.HexToHash("0xfefb2da535e927b85fe68eb81cb2e4a5827c905f78381a01ef2322aa9b0aee8e"), // EIP-1820: https://eips.ethereum.org/EIPS/eip-1820
Expand Down

0 comments on commit bf1aa60

Please sign in to comment.