mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 09:51:02 +00:00
Remove as_derivative from SafeCallFilter (#3006)
* remove as_derivative from SafeCallFilter * lock --------- Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
//! It works in the following way:
|
||||
//!
|
||||
//! 1. For every included relay chain block we note the backed candidate of our parachain. If the
|
||||
//! block belonging to the PoV is already known, we do nothing. Otherwise we start
|
||||
//! a timer that waits for a randomized time inside a specified interval before starting to
|
||||
//! block belonging to the PoV is already known, we do nothing. Otherwise we start a timer that
|
||||
//! waits for a randomized time inside a specified interval before starting to
|
||||
//! recover the PoV.
|
||||
//!
|
||||
//! 2. If between starting and firing the timer the block is imported, we skip the recovery of the
|
||||
|
||||
Reference in New Issue
Block a user