Skip to content

Commit aeffe30

Browse files
committed
AvailableBlocks --> AvailableCommonBlocks
Signed-off-by: Hagar Meir <[email protected]>
1 parent 3776869 commit aeffe30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/delivery/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func extractHeaderAndSigsFromBlock(block *common.Block) (*state.Header, [][]smar
5555
return stateHeader, sigs, nil
5656
}
5757

58-
sigs, err := state.UnpackBlockHeaderSigs(compoundSigs, len(stateHeader.AvailableBlocks))
58+
sigs, err := state.UnpackBlockHeaderSigs(compoundSigs, len(stateHeader.AvailableCommonBlocks))
5959
if err != nil {
6060
return nil, nil, errors.Wrapf(err, "failed to extract header signatures from compound signature, block %d", block.GetHeader().GetNumber())
6161
}

0 commit comments

Comments
 (0)