Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
970647f3
Commit
970647f3
authored
Aug 31, 2021
by
Lldenaurois
Browse files
Update sanity check in relay chain selection
parent
a11fe9c0
Pipeline
#154887
failed with stages
in 20 minutes and 20 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
node/service/src/relay_chain_selection.rs
View file @
970647f3
...
...
@@ -417,7 +417,7 @@ where
let
(
lag
,
subchain_head
)
=
if
cfg!
(
feature
=
"disputes"
)
{
// Prevent sending flawed data to the dispute-coordinator.
if
Some
(
subchain_block_descriptions
.len
()
as
_
)
!=
if
Some
(
subchain_block_descriptions
.len
()
as
u32
-
1
)
!=
subchain_number
.checked_sub
(
target_number
)
{
tracing
::
error!
(
...
...
Bernhard Schuster
@drahnr
mentioned in commit
faa96ffb
·
Aug 31, 2021
mentioned in commit
faa96ffb
mentioned in commit faa96ffbdd336cd2670bed5be89bea51f71e2a62
Toggle commit list
Javier Viola
@pepoviola
mentioned in commit
2ffb293e
·
Nov 20, 2021
mentioned in commit
2ffb293e
mentioned in commit 2ffb293e6478c8cd230723ae1c299d2eefa15b42
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment