Skip to content

Commit

Permalink
feature(kensetsu): runtime upgrade for kensetsu permissions (#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-N-Chernyshov committed Apr 23, 2024
1 parent ffc29f0 commit 238e706
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pallets/kensetsu/src/migrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

pub mod init {
use crate::*;
use common::PredefinedAssetId::{KEN, KUSD};
use common::{KEN, KUSD};
use core::marker::PhantomData;
use frame_support::log::error;
use frame_support::pallet_prelude::Weight;
Expand Down
4 changes: 2 additions & 2 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("sora-substrate"),
impl_name: create_runtime_str!("sora-substrate"),
authoring_version: 1,
spec_version: 78,
spec_version: 79,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 78,
transaction_version: 79,
state_version: 0,
};

Expand Down

0 comments on commit 238e706

Please sign in to comment.