Skip to content
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

[Merged by Bors] - Fix log output for INFO Found no doppelganger #2551

Closed
wants to merge 1 commit into from

Conversation

ladidan
Copy link
Contributor

@ladidan ladidan commented Aug 27, 2021

Issue Addressed

log output "INFO Found no doppelganger validator_index: 11111, epoch: 11111, further_checks_remaining: 0, service: doppelganger"
whereby validator_index = epoch

Proposed Changes

epoch = current epoch

Issue Addressed
log output "INFO Found no doppelganger                   validator_index: 11111, epoch: 11111, further_checks_remaining: 0, service: doppelganger"
issue: validator_index = epoch

Proposed Changes

epoch: current epoch
Copy link
Member

@michaelsproul michaelsproul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, great catch!

bors r+

bors bot pushed a commit that referenced this pull request Aug 29, 2021
## Issue Addressed

log output "INFO Found no doppelganger validator_index: 11111, epoch: 11111, further_checks_remaining: 0, service: doppelganger"
whereby validator_index = epoch

## Proposed Changes

epoch = current epoch
@michaelsproul michaelsproul added the ready-for-merge This PR is ready to merge. label Aug 29, 2021
@bors bors bot changed the title Fix log output for INFO Found no doppelganger [Merged by Bors] - Fix log output for INFO Found no doppelganger Aug 30, 2021
@bors bors bot closed this Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-merge This PR is ready to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants