Skip to content

Commit 720500b

Browse files
Fixed fruniques storage version
1 parent 2e4eae7 commit 720500b

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)