From 40a604c0efea7785d149a5270ef327fa5dfb0e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCn=20=C3=96zerk?= Date: Mon, 8 Jan 2024 12:09:35 +0300 Subject: [PATCH] fix outer config link (#89) --- docs/modules/ROOT/pages/runtime/xcm_executor.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/runtime/xcm_executor.adoc b/docs/modules/ROOT/pages/runtime/xcm_executor.adoc index 30479c8..aafae50 100644 --- a/docs/modules/ROOT/pages/runtime/xcm_executor.adoc +++ b/docs/modules/ROOT/pages/runtime/xcm_executor.adoc @@ -8,7 +8,7 @@ Branch/Release: `release-polkadot-v1.3.0` == Purpose -`XcmExecutor` is responsible for executing XCM messages locally. +`XcmExecutor` is responsible for executing XCM messages locally. `XcmExecutor` is usually the assignment for `pallet_xcm::Config::XcmExecutor` and is thereby used to execute XCM in that pallet. @@ -54,7 +54,7 @@ The inner `trait Config` used to parameterize `XcmExecutor` has the following as * Common configs: - `RuntimeCall` -== Outer Config link:https://github.com/paritytech/polkadot-sdk/blob/master/polkadot/xcm/xcm-executor/src/lib.rs#L30[{github-icon},role=heading-link] +== Outer Config link:https://github.com/paritytech/polkadot-sdk/blob/master/polkadot/xcm/xcm-executor/src/lib.rs#L58[{github-icon},role=heading-link] * The outer `struct XcmExecutor` configures the following fields: - `holding` -- Assets allowed in the holding register. Type must be `Assets`.