mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 09:57:56 +00:00
Fix doc build (#8322)
This commit is contained in:
@@ -54,7 +54,7 @@ impl frame_support::traits::PalletInfo for PanicPalletInfo {
|
||||
}
|
||||
}
|
||||
|
||||
/// Provides an implementation of [`Randomness`] that should only be used in tests!
|
||||
/// Provides an implementation of [`frame_support::traits::Randomness`] that should only be used in tests!
|
||||
pub struct TestRandomness<T>(sp_std::marker::PhantomData<T>);
|
||||
|
||||
impl<Output: codec::Decode + Default, T> frame_support::traits::Randomness<Output, T::BlockNumber>
|
||||
|
||||
Reference in New Issue
Block a user