mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21:02 +00:00
messages bridge between RialtoParachain and Millau (#1218)
This commit is contained in:
committed by
Bastian Köcher
parent
03c2f06a27
commit
5f2f61ced5
@@ -298,6 +298,20 @@ fn select_parachains_to_update<P: ParachainsPipeline>(
|
||||
where
|
||||
P::SourceChain: Chain<BlockNumber = RelayBlockNumber>,
|
||||
{
|
||||
log::trace!(
|
||||
target: "bridge",
|
||||
"Selecting {} parachains to update at {} (relay block: {:?}):\n\t\
|
||||
At {}: {:?}\n\t\
|
||||
At {}: {:?}",
|
||||
P::SourceChain::NAME,
|
||||
P::TargetChain::NAME,
|
||||
best_finalized_relay_block,
|
||||
P::SourceChain::NAME,
|
||||
heads_at_source,
|
||||
P::TargetChain::NAME,
|
||||
heads_at_target,
|
||||
);
|
||||
|
||||
heads_at_source
|
||||
.into_iter()
|
||||
.zip(heads_at_target.into_iter())
|
||||
|
||||
Reference in New Issue
Block a user