mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 12:11:02 +00:00
Use TypedLaneId instead of LaneId (#1738)
* TypedLaneId -> LaneId * fix benchmarks compilation
This commit is contained in:
committed by
Bastian Köcher
parent
41daa32acb
commit
03425b33ae
@@ -489,7 +489,7 @@ mod tests {
|
||||
|
||||
parameter_types! {
|
||||
pub TestParachain: u32 = 1000;
|
||||
pub TestLaneId: LaneId = [0, 0, 0, 0];
|
||||
pub TestLaneId: LaneId = LaneId([0, 0, 0, 0]);
|
||||
}
|
||||
|
||||
type TestExtension = RefundRelayerForMessagesFromParachain<
|
||||
|
||||
Reference in New Issue
Block a user