This commit is contained in:
Guillaume Thiolliere
2021-06-14 19:56:36 +02:00
committed by GitHub
parent faf42fc29d
commit 364a8d751d
+1
View File
@@ -94,6 +94,7 @@ mod tests {
parameter_types! {
pub const BlockHashCount: u64 = 250;
pub BlockWeights: limits::BlockWeights = limits::BlockWeights::builder()
.base_block(10)
.for_class(DispatchClass::all(), |weight| {
weight.base_extrinsic = 100;
})