Skip to content

Commit 60563b8

Browse files
authored
nit: add prdoc for 3370 (#3401)
Did not realize that #3370 was indeed breaking. cc @muraca --------- Signed-off-by: Oliver Tale-Yazdi <[email protected]>
1 parent d50cf14 commit 60563b8

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

prdoc/pr_3370.prdoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)