From 558d2d85a0be52687dd47ba24e27c3cbfe5a0de1 Mon Sep 17 00:00:00 2001 From: Alessandro Siniscalchi Date: Thu, 3 Oct 2024 17:08:40 +0200 Subject: [PATCH] fix comoilation --- xcm-simulator/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm-simulator/src/lib.rs b/xcm-simulator/src/lib.rs index 9d935c1d..560fb7d5 100644 --- a/xcm-simulator/src/lib.rs +++ b/xcm-simulator/src/lib.rs @@ -143,7 +143,7 @@ pub type ParachainPalletXcm = pallet_xcm::Pallet; mod tests { use super::*; - use codec::Encode; + use parity_scale_codec::Encode; use frame_support::{assert_ok, weights::Weight}; use xcm::latest::QueryResponseInfo; use xcm_simulator::TestExt;