From 10a3e17b41ca3ceedea20bc2114cc161d7e95495 Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Wed, 07 Sep 2022 13:57:13 +0000 Subject: [PATCH] fix: remove unneeded comment from construct_runtime --- --- a/runtime/common/construct_runtime/mod.rs +++ b/runtime/common/construct_runtime/mod.rs @@ -45,7 +45,6 @@ XTokens: orml_xtokens = 38, Tokens: orml_tokens = 39, - // Vesting: pallet_vesting::{Pallet, Call, Config, Storage, Event} = 37, // Contracts: pallet_contracts::{Pallet, Call, Storage, Event} = 38, // XCM helpers. -- gitstuff