From d57352b74fba268832c6332baeb434b1864084d5 Mon Sep 17 00:00:00 2001 From: Chevdor Date: Wed, 1 Jun 2022 22:50:05 +0200 Subject: [PATCH] Replace problematic unicode chars (#5621) --- polkadot/scripts/ci/changelog/templates/runtime.md.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/scripts/ci/changelog/templates/runtime.md.tera b/polkadot/scripts/ci/changelog/templates/runtime.md.tera index 85ea9cfb83..23b589da91 100644 --- a/polkadot/scripts/ci/changelog/templates/runtime.md.tera +++ b/polkadot/scripts/ci/changelog/templates/runtime.md.tera @@ -22,7 +22,7 @@ 🎁 Metadata version: V{{ runtime.data.runtimes.compressed.subwasm.metadata_version }} 🗳️ system.setCode hash: {{ runtime.data.runtimes.compressed.subwasm.proposal_hash }} 🗳️ authorizeUpgrade hash: {{ runtime.data.runtimes.compressed.subwasm.parachain_authorize_upgrade_hash }} -#️⃣ Blake2-256 hash: {{ runtime.data.runtimes.compressed.subwasm.blake2_256 }} +🗳️ Blake2-256 hash: {{ runtime.data.runtimes.compressed.subwasm.blake2_256 }} 📦 IPFS: {{ runtime.data.runtimes.compressed.subwasm.ipfs_hash }} ``` {%- endmacro runtime %} \ No newline at end of file