Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Updates pallet indices #40

Merged
merged 5 commits into from
Nov 27, 2023
Merged

Updates pallet indices #40

merged 5 commits into from
Nov 27, 2023

Conversation

claravanstaden
Copy link
Collaborator

@claravanstaden claravanstaden commented Nov 25, 2023

Snowbridge companion: Snowfork/snowbridge#1026

@@ -763,7 +763,7 @@ impl<Block: BlockT, BE: Backend<Block>> SubscriptionsInner<Block, BE> {
// blocks.
for hash in hashes.clone() {
if !sub.contains_block(hash) {
return Err(SubscriptionManagementError::BlockHashAbsent);
return Err(SubscriptionManagementError::BlockHashAbsent)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is unrelated to this change. Let revert this because its going to get rejected when we merge upstream. I think our repos formatting rules are different.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure! I think this is one of the few cases where the formatting rules are not applied in the polkadot-sdk. Reverted here 7d277bd.

This reverts commit 9442d90.
@claravanstaden claravanstaden merged commit 5ee9560 into snowbridge Nov 27, 2023
7 of 13 checks passed
@claravanstaden claravanstaden deleted the update-pallet-indexes branch November 27, 2023 14:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants