mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 12:47:05 +00:00
Fix pending payload cache test lint
This commit is contained in:
@@ -234,7 +234,7 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
|
||||
// Sync handles these results
|
||||
self.send_sync_message(SyncMessage::BlockComponentProcessed {
|
||||
process_type,
|
||||
result: result.map_err(Into::into).into(),
|
||||
result: result.into(),
|
||||
});
|
||||
|
||||
// Drop the handle to remove the entry from the cache
|
||||
|
||||
Reference in New Issue
Block a user