Skip to content

Commit

Permalink
Update polkadot/xcm/pallet-xcm/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com>
  • Loading branch information
bkontur and franciscoaguirre authored Oct 23, 2024
1 parent 879d253 commit a3fc9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/xcm/pallet-xcm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2809,7 +2809,7 @@ impl<T: Config> Pallet<T> {
pub fn do_try_state() -> Result<(), TryRuntimeError> {
use migration::data::NeedsMigration;

// Take minimal version from `SafeXcmVersion` or `latest - 1` and ensure that the
// Take the minimum version between `SafeXcmVersion` and `latest - 1` and ensure that the
// operational data is stored at least at that version, for example, to prevent issues when
// removing older XCM versions.
let minimal_allowed_xcm_version = if let Some(safe_xcm_version) = SafeXcmVersion::<T>::get()
Expand Down

0 comments on commit a3fc9af

Please sign in to comment.