Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Migrate slots pallet to pallet attribute macro. (#3218)
Browse files Browse the repository at this point in the history
Co-authored-by: Shawn Tabrizi <[email protected]>
  • Loading branch information
shaunxw and shawntabrizi authored Jul 22, 2021
1 parent 3f7f587 commit a1d1b7e
Show file tree
Hide file tree
Showing 2 changed files with 263 additions and 179 deletions.
1 change: 0 additions & 1 deletion runtime/common/src/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ use sp_keystore::{KeystoreExt, testing::KeyStore};
use primitives::v1::{BlockNumber, Header, Id as ParaId, ValidationCode, HeadData, LOWEST_PUBLIC_ID};
use frame_support::{
parameter_types, assert_ok, assert_noop, PalletId,
storage::StorageMap,
traits::{Currency, OnInitialize, OnFinalize, KeyOwnerProofSystem},
};
use frame_system::EnsureRoot;
Expand Down
Loading

0 comments on commit a1d1b7e

Please sign in to comment.