mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
lints
This commit is contained in:
@@ -388,7 +388,6 @@ impl<T: SlotClock + 'static, E: EthSpec> BlockService<T, E> {
|
||||
))
|
||||
})?
|
||||
.data
|
||||
.into()
|
||||
}
|
||||
};
|
||||
|
||||
@@ -455,7 +454,7 @@ impl<T: SlotClock + 'static, E: EthSpec> BlockService<T, E> {
|
||||
);
|
||||
beacon_node
|
||||
// TODO: need to be adjusted for blobs
|
||||
.post_beacon_blinded_blocks(&signed_block_contents.signed_block())
|
||||
.post_beacon_blinded_blocks(signed_block_contents.signed_block())
|
||||
.await
|
||||
.map_err(|e| {
|
||||
BlockError::Irrecoverable(format!(
|
||||
|
||||
Reference in New Issue
Block a user