Skip to content

Commit

Permalink
Change coretime pallet index for westend runtime
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Vilhelm Ásgeirsson <antonva@users.noreply.github.com>
  • Loading branch information
seadanda and antonva authored Feb 16, 2024
1 parent deeef97 commit 7cf5eac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ impl OnUnbalanced<Credit<AccountId, Balances>> for CreditToCollatorPot {
/// `construct_runtime` of the Relay chain.
#[derive(Encode, Decode)]
enum RelayRuntimePallets {
#[codec(index = 74)]
#[codec(index = 66)]
Coretime(CoretimeProviderCalls),
}

Expand Down

0 comments on commit 7cf5eac

Please sign in to comment.