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
61d6fcc1
Unverified
Commit
61d6fcc1
authored
Mar 23, 2021
by
thiolliere
Committed by
GitHub
Mar 23, 2021
Browse files
remove unused (#2676)
Co-authored-by:
Bastian Köcher
<
info@kchr.de
>
parent
ea6f7303
Pipeline
#130111
failed with stages
in 16 minutes and 14 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
runtime/kusama/src/lib.rs
View file @
61d6fcc1
...
...
@@ -612,10 +612,6 @@ impl pallet_offences::Config for Runtime {
impl
pallet_authority_discovery
::
Config
for
Runtime
{}
parameter_types!
{
pub
const
SessionDuration
:
BlockNumber
=
EPOCH_DURATION_IN_BLOCKS
as
_
;
}
parameter_types!
{
pub
NposSolutionPriority
:
TransactionPriority
=
Perbill
::
from_percent
(
90
)
*
TransactionPriority
::
max_value
();
...
...
runtime/polkadot/src/lib.rs
View file @
61d6fcc1
...
...
@@ -658,10 +658,6 @@ impl pallet_offences::Config for Runtime {
impl
pallet_authority_discovery
::
Config
for
Runtime
{}
parameter_types!
{
pub
const
SessionDuration
:
BlockNumber
=
EPOCH_DURATION_IN_BLOCKS
as
_
;
}
parameter_types!
{
pub
NposSolutionPriority
:
TransactionPriority
=
Perbill
::
from_percent
(
90
)
*
TransactionPriority
::
max_value
();
...
...
runtime/westend/src/lib.rs
View file @
61d6fcc1
...
...
@@ -409,10 +409,6 @@ impl pallet_offences::Config for Runtime {
impl
pallet_authority_discovery
::
Config
for
Runtime
{}
parameter_types!
{
pub
const
SessionDuration
:
BlockNumber
=
EPOCH_DURATION_IN_BLOCKS
as
_
;
}
parameter_types!
{
pub
const
NposSolutionPriority
:
TransactionPriority
=
TransactionPriority
::
max_value
()
/
2
;
pub
const
ImOnlineUnsignedPriority
:
TransactionPriority
=
TransactionPriority
::
max_value
();
...
...
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