We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d50cf14 commit 60563b8Copy full SHA for 60563b8
1 file changed
prdoc/pr_3370.prdoc
@@ -0,0 +1,13 @@
1
+# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
2
+# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json
3
+
4
+title: "Remove `key` getter from pallet-sudo"
5
6
+doc:
7
+ - audience: Runtime Dev
8
+ description: |
9
+ Removed the `key` getter function from the sudo pallet. There is no replacement for getting
10
+ the key currently.
11
12
+crates:
13
+ - name: pallet-sudo
0 commit comments