File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -325,11 +325,9 @@ library BeaconChainProofs {
325
325
326
326
{
327
327
/**
328
- * Next we verify the withdrawal fields against the blockRoot:
329
- * First we compute the withdrawal_index relative to the blockRoot by concatenating the indexes of all the
330
- * intermediate root indexes from the bottom of the sub trees (the withdrawal container) to the top, the blockRoot.
331
- * Then we calculate merkleize the withdrawalFields container to calculate the the withdrawalRoot.
332
- * Finally we verify the withdrawalRoot against the executionPayloadRoot.
328
+ * Next we verify the withdrawal fields against the executionPayloadRoot:
329
+ * First we compute the withdrawal_index, then we merkleize the
330
+ * withdrawalFields container to calculate the the withdrawalRoot.
333
331
*
334
332
*
335
333
* Note: Merkleization of the withdrawals root tree uses MerkleizeWithMixin, i.e., the length of the array is hashed with the root of
You can’t perform that action at this time.
0 commit comments