Skip to content

Commit 817f14c

Browse files
authored
Send execution_requests in fulu (#7500)
N/A Sends execution requests with fulu builder bid.
1 parent a8035d7 commit 817f14c

File tree

1 file changed

+1
-2
lines changed
  • beacon_node/execution_layer/src

1 file changed

+1
-2
lines changed

beacon_node/execution_layer/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ impl<E: EthSpec> TryFrom<BuilderBid<E>> for ProvenancedPayload<BlockProposalCont
129129
block_value: builder_bid.value,
130130
kzg_commitments: builder_bid.blob_kzg_commitments,
131131
blobs_and_proofs: None,
132-
// TODO(fulu): update this with builder api returning the requests
133-
requests: None,
132+
requests: Some(builder_bid.execution_requests),
134133
},
135134
};
136135
Ok(ProvenancedPayload::Builder(

0 commit comments

Comments
 (0)