mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
fix polkadot (#3598)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
use frame_support::{parameter_types, traits::All, weights::Weight};
|
||||
use frame_support::{parameter_types, traits::Everything, weights::Weight};
|
||||
use xcm::latest::{
|
||||
Error as XcmError, Junction::*, MultiAsset, MultiLocation, MultiLocation::*, NetworkId,
|
||||
Result as XcmResult, SendXcm, Xcm,
|
||||
@@ -43,7 +43,7 @@ impl SendXcm for DoNothingRouter {
|
||||
}
|
||||
}
|
||||
|
||||
pub type Barrier = AllowUnpaidExecutionFrom<All<MultiLocation>>;
|
||||
pub type Barrier = AllowUnpaidExecutionFrom<Everything>;
|
||||
|
||||
pub struct DummyAssetTransactor;
|
||||
impl TransactAsset for DummyAssetTransactor {
|
||||
|
||||
Reference in New Issue
Block a user