From 0123cbeafe662c1728c8673958037be5b0f2467f Mon Sep 17 00:00:00 2001 From: Niklas Adolfsson Date: Wed, 27 Dec 2023 11:43:58 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d58ee3044..b8f02dff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ The main changes of this release are as follows: Recently, we noticed that it can be possible that the runtime upgrades won't upgrade the metadata because the actual runtime upgrade is applied to the block -after `state_subscribeRuntimeVersion`` emits an event. +after `state_subscribeRuntimeVersion` emits an event. For that reason, the polkadot-staking-miner now subscribes to `system().last_runtime_upgrade()` instead to fix that.