From 62c390b58e1a1c83eee52067210ecde015e6ab5e Mon Sep 17 00:00:00 2001 From: Radha <86818441+DrW3RK@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:16:12 +0200 Subject: [PATCH] Update learn-guides-polkadot-opengov.md --- docs/learn/learn-guides-polkadot-opengov.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/learn/learn-guides-polkadot-opengov.md b/docs/learn/learn-guides-polkadot-opengov.md index d46e1d196afa..cf23965abbc4 100644 --- a/docs/learn/learn-guides-polkadot-opengov.md +++ b/docs/learn/learn-guides-polkadot-opengov.md @@ -27,10 +27,10 @@ attain ::: -To cancel a referendum, you need first to submit a preimage. Go to the +To cancel a referendum, you need first to submit a preimage with the `referenda.cancel` extrinsic. Go to the [Polkadot-JS UI > Governance > Referenda](https://polkadot.js.org/apps/#/referenda) and click on the -"Add Preimage" button. You must specify the specific call enacted if the proposal passes. You must specify -the `referenda.cancel` extrinsic with the index equal to the Referendum you wish to cancel. +"Add Preimage" button. You must specify +the `referenda.cancel` extrinsic with the index equal to the ongoing Referendum you wish to cancel. In the screenshot below, the Referendum to be cancelled is 249. ![cancel-referenda-preimage-creation](../assets/cancel-referenda-preimage-creation.png)