Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizdave97 committed Feb 10, 2025
1 parent 5c36147 commit b245bde
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ substrate-state-machine = { version = "15.0.0", path = "modules/ismp/state-machi
hyperbridge-client-machine = { path = "modules/ismp/state-machines/hyperbridge", default-features = false }

# published pallets
pallet-ismp = { version = "15.0.0", path = "modules/pallets/ismp", default-features = false }
pallet-ismp = { version = "15.1.0", path = "modules/pallets/ismp", default-features = false }
pallet-ismp-rpc = { version = "15.0.0", path = "modules/pallets/ismp/rpc" }
pallet-ismp-runtime-api = { version = "15.0.0", path = "modules/pallets/ismp/runtime-api", default-features = false }
pallet-hyperbridge = { version = "15.0.0", path = "modules/pallets/hyperbridge", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion modules/pallets/ismp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-ismp"
version = "15.0.0"
version = "15.1.0"
edition = "2021"
authors = ["Polytope Labs <hello@polytope.technology>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion modules/pallets/ismp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ pub mod pallet {
<T as frame_system::Config>::Hash: From<H256>,
{
fn on_finalize(_n: BlockNumberFor<T>) {
let state_version = <T as polkadot_sdk::frame_system::Config>::Version::get()
let state_version = <T as frame_system::Config>::Version::get()
.state_version
.try_into()
.unwrap_or_default();
Expand Down

0 comments on commit b245bde

Please sign in to comment.