mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 12:05:42 +00:00
Fix PRdoc that have been previously drafted with older schema (#2623)
Several PRs started introducing `prdoc` files before the schema was final. This PR fixes those former prdoc to ensure that pass the check and comply with the current prdoc schema. --------- Co-authored-by: command-bot <>
This commit is contained in:
+2
-3
@@ -1,7 +1,7 @@
|
||||
title: Add sudo::remove_key
|
||||
title: Add `sudo::remove_key`
|
||||
|
||||
doc:
|
||||
- audience: Core Dev
|
||||
- audience: Runtime User
|
||||
description: |
|
||||
Pallet `Sudo` now has the ability to remove the sudo key via `remove_key`. This is a less-invasive way of rendering the sudo pallet useless without needing a code upgrade.
|
||||
|
||||
@@ -12,6 +12,5 @@ migrations:
|
||||
|
||||
crates:
|
||||
- name: pallet-sudo
|
||||
semver: minor
|
||||
|
||||
host_functions: []
|
||||
|
||||
Reference in New Issue
Block a user