From 3af655e0bd12bb481486879e030eb000bd0acd87 Mon Sep 17 00:00:00 2001 From: Guantong <04637@163.com> Date: Wed, 19 Oct 2022 12:39:14 +0800 Subject: [PATCH] update comment --- runtime/common/src/message_router/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/common/src/message_router/mod.rs b/runtime/common/src/message_router/mod.rs index f5f048ee..0d40f6a3 100644 --- a/runtime/common/src/message_router/mod.rs +++ b/runtime/common/src/message_router/mod.rs @@ -101,7 +101,7 @@ pub mod pallet { } /// Stores the units per second executed by the target chain for local asset(e.g. CRAB). - /// This is used to know how to pay for XCM execution use local asset. + /// This is used to know how to pay for XCM remote execution use local asset. /// For example: /// key: {parents: 1, Parachain(2023)}, val: 14719736222326895902025 /// represents the units per second of CRAB token on moonriver