mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 12:51:02 +00:00
Fix weights (#807)
This commit is contained in:
@@ -178,7 +178,7 @@ decl_module! {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Add a new claim, if you are root.
|
/// Add a new claim, if you are root.
|
||||||
#[weight = SimpleDispatchInfo::FreeOperational]
|
#[weight = SimpleDispatchInfo::FixedNormal(30_000)]
|
||||||
fn mint_claim(origin,
|
fn mint_claim(origin,
|
||||||
who: EthereumAddress,
|
who: EthereumAddress,
|
||||||
value: BalanceOf<T>,
|
value: BalanceOf<T>,
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
|||||||
spec_name: create_runtime_str!("kusama"),
|
spec_name: create_runtime_str!("kusama"),
|
||||||
impl_name: create_runtime_str!("parity-kusama"),
|
impl_name: create_runtime_str!("parity-kusama"),
|
||||||
authoring_version: 2,
|
authoring_version: 2,
|
||||||
spec_version: 1043,
|
spec_version: 1044,
|
||||||
impl_version: 0,
|
impl_version: 0,
|
||||||
apis: RUNTIME_API_VERSIONS,
|
apis: RUNTIME_API_VERSIONS,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user