From 1ab8fe13f2f5d82c7eaa0ea7c48493579c4d3fda Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Wed, 9 Oct 2024 01:08:18 +0800 Subject: [PATCH] Update applications/polkadot-runtime-releaser.md Co-authored-by: S E R A Y A --- applications/polkadot-runtime-releaser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/polkadot-runtime-releaser.md b/applications/polkadot-runtime-releaser.md index 2068e49c90a..7c3343f23cf 100644 --- a/applications/polkadot-runtime-releaser.md +++ b/applications/polkadot-runtime-releaser.md @@ -26,7 +26,7 @@ Especially to the new teams, they might not have enough experience to handle it. - When to notify the community to upgrade the node? - Collator/Validator nodes should be upgraded first. - RPC suppliers should be upgraded later. - - I saw some EVM RPCs require the runtime version equals to the node version. + - I saw some EVM RPCs require the runtime version to be equal to the node version. - How to host a wasm-override repository for the community? - Debug log WASM. - We always use `sp-api/disable-logging` in the release build, so no more detail logs in the general runtime.