From 0c7cd46a49c471e7ebad561674b7f642c6af939e Mon Sep 17 00:00:00 2001 From: Gabriel Facco de Arruda Date: Fri, 29 Sep 2023 13:27:13 -0300 Subject: [PATCH] Proper formatting, again --- relay/kusama/src/xcm_config.rs | 3 ++- .../asset-hubs/asset-hub-kusama/src/xcm_config.rs | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/relay/kusama/src/xcm_config.rs b/relay/kusama/src/xcm_config.rs index e5f86f3925..380f8fda06 100644 --- a/relay/kusama/src/xcm_config.rs +++ b/relay/kusama/src/xcm_config.rs @@ -443,7 +443,8 @@ const TINKERNET_MULTISIG_PALLET: u8 = 71; pub fn derive_tinkernet_multisig(id: u128) -> Result { AccountId::decode(&mut TrailingZeroInput::new( &( - // The constant salt used to derive Tinkernet Multisigs, this is Tinkernet's genesis hash. + // The constant salt used to derive Tinkernet Multisigs, this is Tinkernet's genesis + // hash. H256([ 212, 46, 150, 6, 169, 149, 223, 228, 51, 220, 121, 85, 220, 42, 112, 244, 149, 243, 80, 243, 115, 218, 162, 0, 9, 138, 232, 68, 55, 129, 106, 210, diff --git a/system-parachains/asset-hubs/asset-hub-kusama/src/xcm_config.rs b/system-parachains/asset-hubs/asset-hub-kusama/src/xcm_config.rs index 3060703ed5..67d1cc28cc 100644 --- a/system-parachains/asset-hubs/asset-hub-kusama/src/xcm_config.rs +++ b/system-parachains/asset-hubs/asset-hub-kusama/src/xcm_config.rs @@ -647,7 +647,8 @@ const TINKERNET_MULTISIG_PALLET: u8 = 71; pub fn derive_tinkernet_multisig(id: u128) -> Result { AccountId::decode(&mut TrailingZeroInput::new( &( - // The constant salt used to derive Tinkernet Multisigs, this is Tinkernet's genesis hash. + // The constant salt used to derive Tinkernet Multisigs, this is Tinkernet's genesis + // hash. H256([ 212, 46, 150, 6, 169, 149, 223, 228, 51, 220, 121, 85, 220, 42, 112, 244, 149, 243, 80, 243, 115, 218, 162, 0, 9, 138, 232, 68, 55, 129, 106, 210,