chore: regenerate umbrella crate, fix feature propagation
This commit is contained in:
@@ -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>) {
|
||||
|
||||
Reference in New Issue
Block a user