mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-01 11:54:40 +00:00
remove needless Into (#5026)
This commit is contained in:
@@ -58,7 +58,7 @@ pub async fn produce_block_v3<T: BeaconChainTypes>(
|
|||||||
.produce_block_with_verification(
|
.produce_block_with_verification(
|
||||||
randao_reveal,
|
randao_reveal,
|
||||||
slot,
|
slot,
|
||||||
query.graffiti.map(Into::into),
|
query.graffiti,
|
||||||
randao_verification,
|
randao_verification,
|
||||||
query.builder_boost_factor,
|
query.builder_boost_factor,
|
||||||
BlockProductionVersion::V3,
|
BlockProductionVersion::V3,
|
||||||
|
|||||||
Reference in New Issue
Block a user