Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
".git/.scripts/commands/fmt/fmt.sh"
  • Loading branch information
command-bot committed Aug 16, 2023
commit ce277966d252a24be7994b207c4a7c93c03ea6f0
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ impl XcmBlobHauler for ToBridgeHubWococoXcmBlobHauler {

type ToSourceChainSender = crate::XcmRouter;
type CongestedMessage = ();
type UncongestedMessage =();
type UncongestedMessage = ();
}
pub const DEFAULT_XCM_LANE_TO_BRIDGE_HUB_WOCOCO: LaneId = LaneId([0, 0, 0, 1]);

Expand Down