Skip to content

Commit

Permalink
Authorize upgrade moved from ParachainSystem to System
Browse files Browse the repository at this point in the history
  • Loading branch information
crystalin committed May 31, 2024
1 parent 0083ab7 commit e04d2b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class AuthorizeUpgradeManipulator implements StateManipulator {

constructor(runtimeHash: string) {
this.runtimeHash = runtimeHash;
this.storageKey = encodeStorageKey("ParachainSystem", "AuthorizedUpgrade");
this.storageKey = encodeStorageKey("System", "AuthorizedUpgrade"); // Previously ParachainSystem
this.lastRelayChainBlockNumberKey = encodeStorageKey(
"ParachainSystem",
"LastRelayChainBlockNumber",
Expand Down

0 comments on commit e04d2b8

Please sign in to comment.