Skip to content

Commit

Permalink
Merge pull request #26 from hashed-io/fix/fruniques-storage-version
Browse files Browse the repository at this point in the history
Fixed fruniques storage version
  • Loading branch information
sebastianmontero authored Dec 8, 2023
2 parents 2e4eae7 + 720500b commit f85407c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/fruniques/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub mod pallet {

// use frame_support::PalletId;

const STORAGE_VERSION: StorageVersion = StorageVersion::new(0);
const STORAGE_VERSION: StorageVersion = StorageVersion::new(1);

use pallet_rbac::types::RoleBasedAccessControl;
/// Configure the pallet by specifying the parameters and types on which it depends.
Expand Down

0 comments on commit f85407c

Please sign in to comment.