mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 05: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.
|
||||
#[weight = SimpleDispatchInfo::FreeOperational]
|
||||
#[weight = SimpleDispatchInfo::FixedNormal(30_000)]
|
||||
fn mint_claim(origin,
|
||||
who: EthereumAddress,
|
||||
value: BalanceOf<T>,
|
||||
|
||||
Reference in New Issue
Block a user