-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initialize Data Correctly For Powchain Service #8812
Conversation
beacon-chain/powchain/service.go
Outdated
return true | ||
} | ||
} | ||
log.Infof("Recovering missing deposit containers, node is re-requesting missing deposit data.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
log.Infof("Recovering missing deposit containers, node is re-requesting missing deposit data.") | |
log.Info("Recovering missing deposit containers, node is re-requesting missing deposit data.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the period too. Thanks
* initialize index correctly * comments * review comments * Update beacon-chain/powchain/service.go Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
@@ -955,7 +955,7 @@ func (s *Service) initializeEth1Data(ctx context.Context, eth1DataInDB *protodb. | |||
return nil | |||
} | |||
|
|||
// validates that all deposit containers are valid and have their relevant indexes | |||
// validates that all deposit containers are valid and have their relevant indices |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how this work
What type of PR is this?
Bug Fix
What does this PR do? Why is it needed?
Which issues(s) does this PR fix?
Other notes for review