Skip to content

Commit 67348dc

Browse files
committed
fix comments
1 parent 89a36f2 commit 67348dc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

crates/node/builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ reth-payload-builder.workspace = true
4343
reth-primitives-traits.workspace = true
4444
reth-provider.workspace = true
4545
reth-prune.workspace = true
46-
reth-rpc = { workspace = true, features = ["js-tracer"] }
46+
reth-rpc.workspace = true
4747
reth-rpc-api.workspace = true
4848
reth-rpc-builder.workspace = true
4949
reth-rpc-engine-api.workspace = true

crates/scroll/bin/scroll-reth/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ clap = { workspace = true, features = ["derive", "env"] }
2424
tracing.workspace = true
2525

2626
[features]
27-
default = []
2827
dev = ["reth-scroll-cli/dev"]
2928
js-tracer = ["reth-scroll-node/js-tracer"]
3029

0 commit comments

Comments
 (0)