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
6b3ae25b
Commit
6b3ae25b
authored
Aug 31, 2021
by
Bernhard Schuster
Browse files
it's all u32
parent
336cbe29
Pipeline
#154897
canceled with stages
in 1 minute and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
node/service/src/relay_chain_selection.rs
View file @
6b3ae25b
...
...
@@ -417,8 +417,8 @@ where
let
(
lag
,
subchain_head
)
=
if
cfg!
(
feature
=
"disputes"
)
{
// Prevent sending flawed data to the dispute-coordinator.
if
Some
(
subchain_block_descriptions
.len
()
as
u
64
)
!=
(
subchain_number
+
1
_u64
)
.checked_sub
(
target_number
)
if
Some
(
subchain_block_descriptions
.len
()
as
u
32
)
!=
(
subchain_number
+
1
)
.checked_sub
(
target_number
)
{
tracing
::
error!
(
LOG_TARGET
,
...
...
Bernhard Schuster
@drahnr
mentioned in commit
ebdbafa5
·
Aug 31, 2021
mentioned in commit
ebdbafa5
mentioned in commit ebdbafa5f1595fe1b07a15c531c66bc710e8c986
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