mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 07:01:05 +00:00
refactor+feat: allow subsystems to send only declared messages, generate graphviz (#5314)
Closes #3774 Closes #3826
This commit is contained in:
committed by
GitHub
parent
26340b9054
commit
511891dcce
@@ -39,7 +39,7 @@ pub async fn determine_new_blocks<E, Sender>(
|
||||
lower_bound_number: BlockNumber,
|
||||
) -> Result<Vec<(Hash, Header)>, E>
|
||||
where
|
||||
Sender: SubsystemSender,
|
||||
Sender: SubsystemSender<ChainApiMessage>,
|
||||
{
|
||||
const ANCESTRY_STEP: usize = 4;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user