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
@@ -21,6 +21,7 @@
//! are expected to be removed in the near future, once migration to `fungible::*` traits is done.
use super::*;
pub use imbalances::{NegativeImbalance, PositiveImbalance};
use pezframe_support::{
ensure,
pezpallet_prelude::DispatchResult,
@@ -33,7 +34,6 @@ use pezframe_support::{
},
};
use pezframe_system::pezpallet_prelude::BlockNumberFor;
pub use imbalances::{NegativeImbalance, PositiveImbalance};
use pezsp_runtime::traits::Bounded;
// wrapping these imbalances in a private module is necessary to ensure absolute privacy