Unverified Commit 4d19f4e6 authored by Gavin Wood's avatar Gavin Wood Committed by GitHub
Browse files

Fix weights (#807)

parent ce3e4e2f
......@@ -178,7 +178,7 @@ decl_module! {
}
/// Add a new claim, if you are root.
#[weight = SimpleDispatchInfo::FreeOperational]
#[weight = SimpleDispatchInfo::FixedNormal(30_000)]
fn mint_claim(origin,
who: EthereumAddress,
value: BalanceOf<T>,
......
......@@ -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: 1043,
spec_version: 1044,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
};
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment