Skip to content

Commit

Permalink
nit commenting 1
Browse files Browse the repository at this point in the history
  • Loading branch information
FereMouSiopi committed Dec 12, 2024
1 parent f3dced5 commit 897a1d2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions substrate/frame/insecure-randomness-collective-flip/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ pub use pallet::*;
#[frame::pallet]
pub mod pallet {
use super::*;
//use frame_support::pallet_prelude::*;

#[pallet::pallet]
pub struct Pallet<T>(_);
Expand Down Expand Up @@ -165,17 +164,6 @@ mod tests {
use crate as pallet_insecure_randomness_collective_flip;
use frame::testing_prelude::*;

/*
use sp_core::H256;
use sp_runtime::{traits::Header as _, BuildStorage};
use frame_support::{
derive_impl, parameter_types,
traits::{OnInitialize, Randomness},
};
use frame_system::limits;
*/

type Block = frame_system::mocking::MockBlock<Test>;

construct_runtime!(
Expand Down

0 comments on commit 897a1d2

Please sign in to comment.