mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-22 03:30:38 +00:00
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(
|
||||
randao_reveal,
|
||||
slot,
|
||||
query.graffiti.map(Into::into),
|
||||
query.graffiti,
|
||||
randao_verification,
|
||||
query.builder_boost_factor,
|
||||
BlockProductionVersion::V3,
|
||||
|
Loading…
Reference in New Issue
Block a user