Skip to content
Snippets Groups Projects

Upgrade to polkadot-v1.7.1

Merged Benjamin Gallois requested to merge upgrade-polkadot-v1.7.1 into master
All threads resolved!
@@ -187,7 +187,7 @@ mod tests {
@@ -187,7 +187,7 @@ mod tests {
.get("Balances")
.get("Balances")
.unwrap()
.unwrap()
.len()
.len()
== 7
== 8
); // 7 extrinsics in pallet
); // 7 extrinsics in pallet
println!("{:?}", weight_by_pallet); // cargo test -- --nocapture
println!("{:?}", weight_by_pallet); // cargo test -- --nocapture
}
}
Loading