mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-10 07:58:22 -05:00
Change error message (#15635)
This commit is contained in:
@@ -20,7 +20,7 @@ func (s *Service) setupForkchoice(st state.BeaconState) error {
|
||||
return errors.Wrap(err, "could not set up forkchoice checkpoints")
|
||||
}
|
||||
if err := s.setupForkchoiceTree(st); err != nil {
|
||||
return errors.Wrap(err, "could not set up forkchoice root")
|
||||
return errors.Wrap(err, "could not set up forkchoice tree")
|
||||
}
|
||||
if err := s.initializeHead(s.ctx, st); err != nil {
|
||||
return errors.Wrap(err, "could not initialize head from db")
|
||||
|
||||
2
changelog/potuz_change_error_message.md
Normal file
2
changelog/potuz_change_error_message.md
Normal file
@@ -0,0 +1,2 @@
|
||||
### Ignored
|
||||
- Fix error message.
|
||||
Reference in New Issue
Block a user