From cc25229d1ec192490428fc6ae629068677e1002a Mon Sep 17 00:00:00 2001 From: "harry m. k." Date: Mon, 7 Oct 2024 17:24:28 +0800 Subject: [PATCH] docs(gov): remove stores & proposal processing queue (#22143) --- x/gov/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/x/gov/README.md b/x/gov/README.md index cda1af118b6c..543639749f8a 100644 --- a/x/gov/README.md +++ b/x/gov/README.md @@ -37,8 +37,6 @@ staking token of the chain. * [Parameters and base types](#parameters-and-base-types) * [Deposit](#deposit-1) * [ValidatorGovInfo](#validatorgovinfo) - * [Stores](#stores) - * [Proposal Processing Queue](#proposal-processing-queue) * [Legacy Proposal](#legacy-proposal) * [Messages](#messages) * [Proposal Submission](#proposal-submission-1)