We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8035d7 commit 817f14cCopy full SHA for 817f14c
beacon_node/execution_layer/src/lib.rs
@@ -129,8 +129,7 @@ impl<E: EthSpec> TryFrom<BuilderBid<E>> for ProvenancedPayload<BlockProposalCont
129
block_value: builder_bid.value,
130
kzg_commitments: builder_bid.blob_kzg_commitments,
131
blobs_and_proofs: None,
132
- // TODO(fulu): update this with builder api returning the requests
133
- requests: None,
+ requests: Some(builder_bid.execution_requests),
134
},
135
};
136
Ok(ProvenancedPayload::Builder(
0 commit comments