XCM remove extra QueryId types from traits (#3763)
We do not need to make these traits generic over QueryId type, we can just use the QueryId alias everywhere
Showing
- polkadot/xcm/pallet-xcm/src/lib.rs 5 additions, 6 deletionspolkadot/xcm/pallet-xcm/src/lib.rs
- polkadot/xcm/xcm-builder/src/controller.rs 2 additions, 2 deletionspolkadot/xcm/xcm-builder/src/controller.rs
- polkadot/xcm/xcm-builder/src/pay.rs 1 addition, 1 deletionpolkadot/xcm/xcm-builder/src/pay.rs
- polkadot/xcm/xcm-builder/src/tests/mock.rs 5 additions, 6 deletionspolkadot/xcm/xcm-builder/src/tests/mock.rs
- polkadot/xcm/xcm-executor/src/traits/on_response.rs 9 additions, 22 deletionspolkadot/xcm/xcm-executor/src/traits/on_response.rs
Please register or sign in to comment