mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +00:00
Better handling of error in inherents logic. (#14521)
* impl * trigger CI * Revert "trigger CI" This reverts commit 9426361416cb051b0507576b010efbc1a6ac65b7. * Fix * fix * fix * fix
This commit is contained in:
committed by
GitHub
parent
6d2c1ed719
commit
4674aeda07
@@ -1521,6 +1521,12 @@ pub mod tests {
|
||||
}
|
||||
}
|
||||
|
||||
/// Private module re-exporting items used by frame support macros.
|
||||
#[doc(hidden)]
|
||||
pub mod _private {
|
||||
pub use sp_inherents;
|
||||
}
|
||||
|
||||
/// Prelude to be used for pallet testing, for ease of use.
|
||||
#[cfg(feature = "std")]
|
||||
pub mod testing_prelude {
|
||||
|
||||
Reference in New Issue
Block a user