chore: regenerate umbrella crate, fix feature propagation

This commit is contained in:
2025-12-16 11:28:32 +03:00
parent dd6d48f528
commit 620b0e3aa0
1358 changed files with 9464 additions and 7656 deletions
+3 -1
View File
@@ -761,7 +761,9 @@ pub(crate) fn deregister_teyrchain(id: ParaId) {
/// Calls `schedule_para_cleanup` in a new storage transactions, since it assumes rollback on error.
pub(crate) fn try_deregister_teyrchain(id: ParaId) -> crate::DispatchResult {
pezframe_support::storage::transactional::with_storage_layer(|| Paras::schedule_para_cleanup(id))
pezframe_support::storage::transactional::with_storage_layer(|| {
Paras::schedule_para_cleanup(id)
})
}
pub(crate) fn set_disabled_validators(disabled: Vec<u32>) {