add a panic to the block sync reactor

This commit is contained in:
William Banfield
2022-10-04 12:53:11 -04:00
parent 6a3e360ae8
commit 082b1c267b

View File

@@ -361,6 +361,7 @@ FOR_LOOP:
firstParts, err := first.MakePartSet(types.BlockPartSizeBytes)
if err != nil {
panic("this error")
bcR.Logger.Error("failed to make ",
"height", first.Height,
"err", err.Error())