Skip to content

Commit 6fada5e

Browse files
authored
chore: relax trait req in EthPrecompiles::default (#2071)
1 parent be3b6c5 commit 6fada5e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/handler/src/precompile_provider.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@ impl<CTX> Clone for EthPrecompiles<CTX> {
4545
}
4646
}
4747

48-
impl<CTX> Default for EthPrecompiles<CTX>
49-
where
50-
CTX: ContextTrait,
51-
{
48+
impl<CTX> Default for EthPrecompiles<CTX> {
5249
fn default() -> Self {
5350
Self {
5451
precompiles: Precompiles::new(PrecompileSpecId::from_spec_id(SpecId::LATEST)),

0 commit comments

Comments
 (0)