Skip to content

Commit

Permalink
remove extra
Browse files Browse the repository at this point in the history
  • Loading branch information
aramikm committed Nov 20, 2024
1 parent f67141e commit bee20f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pallets/stateful-storage/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ pub mod pallet {
pub struct Pallet<T>(_);

/// A temporary storage for migration
/// At the start of the next block this storage is set to 0
#[pallet::storage]
pub(super) type MigrationPageIndex<T: Config> = StorageValue<_, u32, ValueQuery>;

Expand Down

0 comments on commit bee20f8

Please sign in to comment.