Bump Polkadot and fix (#855)

* Minor build fix

* Remove diener

* Update lock
This commit is contained in:
Gavin Wood
2021-12-13 19:15:36 +01:00
committed by GitHub
parent 6d25c29087
commit 57a9c0f9f2
2 changed files with 262 additions and 242 deletions
+1
View File
@@ -763,6 +763,7 @@ impl_runtime_apis! {
list_benchmark!(list, extra, frame_system, SystemBench::<Runtime>);
list_benchmark!(list, extra, pallet_balances, Balances);
list_benchmark!(list, extra, pallet_session, SessionBench::<Runtime>);
list_benchmark!(list, extra, pallet_timestamp, Timestamp);
list_benchmark!(list, extra, pallet_collator_selection, CollatorSelection);