mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-11 00:08:13 -05:00
chore(sdk): Add default for noop component (#16570)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@@ -57,3 +57,10 @@ where
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl<T: PayloadTypes> Default for NoopPayloadBuilderService<T> {
|
||||
fn default() -> Self {
|
||||
let (service, _) = Self::new();
|
||||
service
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user