Skip to content

Commit

Permalink
Proper formatting, again
Browse files Browse the repository at this point in the history
  • Loading branch information
arrudagates committed Sep 29, 2023
1 parent de0541d commit 0c7cd46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion relay/kusama/src/xcm_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,8 @@ const TINKERNET_MULTISIG_PALLET: u8 = 71;
pub fn derive_tinkernet_multisig<AccountId: Decode>(id: u128) -> Result<AccountId, ()> {
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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,8 @@ const TINKERNET_MULTISIG_PALLET: u8 = 71;
pub fn derive_tinkernet_multisig<AccountId: Decode>(id: u128) -> Result<AccountId, ()> {
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,
Expand Down

0 comments on commit 0c7cd46

Please sign in to comment.