Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
d0e553fe
Unverified
Commit
d0e553fe
authored
Jul 13, 2020
by
Gavin Wood
Committed by
GitHub
Jul 13, 2020
Browse files
Tweak poll end block (#1397)
parent
7a8b9b11
Pipeline
#100291
passed with stages
in 27 minutes and 10 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
runtime/polkadot/src/lib.rs
View file @
d0e553fe
...
...
@@ -939,7 +939,7 @@ impl frame_support::traits::OnRuntimeUpgrade for CustomOnRuntimeUpgrade {
}
parameter_types!
{
pub
const
PollEnd
:
BlockNumber
=
100_000
;
pub
const
PollEnd
:
BlockNumber
=
888_888
;
}
impl
poll
::
Trait
for
Runtime
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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