Fix weights (#807)

This commit is contained in:
Gavin Wood
2020-01-29 14:03:31 +01:00
committed by GitHub
parent 04eae615b5
commit ed8a4c29bb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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>,