Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Scheduling Scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xx network
Scheduling Scripts
Merge requests
!8
Swap to offending validators
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Swap to offending validators
offending-validators
into
master
Overview
1
Commits
2
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Merged
Swap to offending validators
Jonah Husson
requested to merge
offending-validators
into
master
Nov 22, 2021
Overview
1
Commits
2
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
0
0
Merge request reports
Viewing commit
c84de13a
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
c84de13a
fix typo
· c84de13a
Jonah Husson
authored
Nov 22, 2021
scheduling.py
+
1
−
1
View file @ c84de13a
Edit in single-file editor
Open in Web IDE
Show full file
@@ -323,7 +323,7 @@ def poll_active_nodes(substrate):
raise
e
try
:
offending_set
=
substrate
.
query
(
"
Staking
"
,
"
OffendingValidat
i
ors
"
)
offending_set
=
substrate
.
query
(
"
Staking
"
,
"
OffendingValidators
"
)
except
Exception
as
e
:
log
.
error
(
f
"
Failed to query offending validators:
{
e
}
"
)
raise
e
Loading