Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
Remove unused revm feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Oct 31, 2023
1 parent 227e472 commit c84dea0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/rpc/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ revm = { workspace = true, features = [
"optional_block_gas_limit",
"optional_eip3607",
"optional_no_base_fee",
"optional_balance_check",
"optional_gas_refund"
] }
revm-primitives = { workspace = true, features = ["serde"] }

Expand Down

0 comments on commit c84dea0

Please sign in to comment.