mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 00:01:03 +00:00
Add ci check for parity-publish and fix current check issues (#1887)
Co-authored-by: Sergejs Kostjucenko <85877331+sergejparity@users.noreply.github.com> Co-authored-by: Bastian Köcher <info@kchr.de>
This commit is contained in:
@@ -55,7 +55,9 @@ impl<SiblingBridgeHubParaId: Get<ParaId>, Runtime: crate::Config>
|
||||
let sibling_bridge_hub_id: ParaId = SiblingBridgeHubParaId::get();
|
||||
|
||||
// let's find the channel's state with the sibling parachain,
|
||||
let Some((outbound_state, queued_pages)) = pallet::Pallet::<Runtime>::outbound_channel_state(sibling_bridge_hub_id) else {
|
||||
let Some((outbound_state, queued_pages)) =
|
||||
pallet::Pallet::<Runtime>::outbound_channel_state(sibling_bridge_hub_id)
|
||||
else {
|
||||
return false
|
||||
};
|
||||
// suspended channel => it is congested
|
||||
|
||||
Reference in New Issue
Block a user