Skip to content

Commit

Permalink
fix: Remove without_storage_info in faucet pallet
Browse files Browse the repository at this point in the history
  • Loading branch information
aidan46 committed Nov 18, 2024
1 parent 3a11fd4 commit 3e3b040
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pallets/faucet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ pub mod pallet {
<<T as Config>::Currency as Currency<<T as frame_system::Config>::AccountId>>::Balance;

#[pallet::pallet]
#[pallet::without_storage_info] // Allows to define storage items without fixed size
pub struct Pallet<T>(_);

#[pallet::config]
Expand Down

0 comments on commit 3e3b040

Please sign in to comment.