mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 04:01:02 +00:00
Added tracked parachains filter (#1432)
* added trackerd parachains filter + changed some docs * fix compilation
This commit is contained in:
committed by
Bastian Köcher
parent
f0d05de080
commit
5340ee5ab5
@@ -93,6 +93,8 @@ pub mod pallet {
|
||||
/// The setting is there to prevent growing the on-chain state indefinitely. Note
|
||||
/// the setting does not relate to block numbers - we will simply keep as much items
|
||||
/// in the storage, so it doesn't guarantee any fixed timeframe for finality headers.
|
||||
///
|
||||
/// Incautious change of this constant may lead to orphan entries in the runtime storage.
|
||||
#[pallet::constant]
|
||||
type HeadersToKeep: Get<u32>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user