Browse Source

log if part set errors

pull/8094/head
William Banfield 3 years ago
parent
commit
889488f92c
No known key found for this signature in database GPG Key ID: EFAD3442BF29E3AC
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      internal/consensus/state.go

+ 1
- 0
internal/consensus/state.go View File

@ -1299,6 +1299,7 @@ func (cs *State) defaultDecideProposal(ctx context.Context, height int64, round
}
blockParts, err = block.MakePartSet(types.BlockPartSizeBytes)
if err != nil {
cs.logger.Error("unable to create proposal block part set", "error", err)
return
}
}


Loading…
Cancel
Save