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.