mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: remove reth-interfaces from static file (#8428)
This commit is contained in:
@ -55,7 +55,7 @@ impl<DB: Database + 'static> StaticFileHook<DB> {
|
||||
|
||||
match result {
|
||||
Ok(_) => EngineHookEvent::Finished(Ok(())),
|
||||
Err(err) => EngineHookEvent::Finished(Err(err.into())),
|
||||
Err(err) => EngineHookEvent::Finished(Err(EngineHookError::Common(err.into()))),
|
||||
}
|
||||
}
|
||||
Err(_) => {
|
||||
|
||||
Reference in New Issue
Block a user