remove needless Into (#5026)
This commit is contained in:
parent
12d3d237cd
commit
4a65d28b3b
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user