Skip to content

Commit b5de2d3

Browse files
committed
fix
1 parent d2d1c0e commit b5de2d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

block/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ func (m *Manager) handleEmptyDataHash(ctx context.Context, header *types.Header)
586586
lastDataHash = lastData.Hash()
587587
}
588588
}
589-
// if err no error then populate data, otherwise just skip and wait for Data to be synced
589+
// if no error then populate data, otherwise just skip and wait for Data to be synced
590590
if err == nil {
591591
metadata := &types.Metadata{
592592
ChainID: header.ChainID(),

0 commit comments

Comments
 (0)