Skip to content

Commit

Permalink
remove needless Into (#5026)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiangxu authored Jan 9, 2024
1 parent 12d3d23 commit 4a65d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/http_api/src/produce_block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4a65d28

Please sign in to comment.