mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 16:21:02 +00:00
Fix master compilation (#3977)
This commit is contained in:
@@ -21,7 +21,7 @@ use xcm_executor::traits::FilterAssetLocation;
|
|||||||
// An xcm sender/receiver akin to > /dev/null
|
// An xcm sender/receiver akin to > /dev/null
|
||||||
pub struct DevNull;
|
pub struct DevNull;
|
||||||
impl xcm::opaque::latest::SendXcm for DevNull {
|
impl xcm::opaque::latest::SendXcm for DevNull {
|
||||||
fn send_xcm(_: MultiLocation, _: Xcm<()>) -> SendResult {
|
fn send_xcm(_: impl Into<MultiLocation>, _: Xcm<()>) -> SendResult {
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user