Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ddorgan
polkadot
Commits
4d19f4e6
Unverified
Commit
4d19f4e6
authored
Jan 29, 2020
by
Gavin Wood
Committed by
GitHub
Jan 29, 2020
Browse files
Fix weights (#807)
parent
ce3e4e2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
runtime/common/src/claims.rs
View file @
4d19f4e6
...
...
@@ -178,7 +178,7 @@ decl_module! {
}
/// Add a new claim, if you are root.
#[weight
=
SimpleDispatchInfo::F
reeOperational
]
#[weight
=
SimpleDispatchInfo::F
ixedNormal(
30_000
)
]
fn
mint_claim
(
origin
,
who
:
EthereumAddress
,
value
:
BalanceOf
<
T
>
,
...
...
runtime/kusama/src/lib.rs
View file @
4d19f4e6
...
...
@@ -77,7 +77,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name
:
create_runtime_str!
(
"kusama"
),
impl_name
:
create_runtime_str!
(
"parity-kusama"
),
authoring_version
:
2
,
spec_version
:
104
3
,
spec_version
:
104
4
,
impl_version
:
0
,
apis
:
RUNTIME_API_VERSIONS
,
};
...
...
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