Skip to content

Commit f85407c

Browse files
Merge pull request #26 from hashed-io/fix/fruniques-storage-version
Fixed fruniques storage version
2 parents 2e4eae7 + 720500b commit f85407c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/fruniques/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub mod pallet {
2525

2626
// use frame_support::PalletId;
2727

28-
const STORAGE_VERSION: StorageVersion = StorageVersion::new(0);
28+
const STORAGE_VERSION: StorageVersion = StorageVersion::new(1);
2929

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

0 commit comments

Comments
 (0)