the report mod and REPORTING keyType is no longer used (#10679)

This commit is contained in:
Joey
2022-01-17 17:31:45 +08:00
committed by GitHub
parent d511cc8cfb
commit 8aefbb9f2f
2 changed files with 0 additions and 33 deletions
-2
View File
@@ -1121,8 +1121,6 @@ pub mod key_types {
pub const AUTHORITY_DISCOVERY: KeyTypeId = KeyTypeId(*b"audi");
/// Key type for staking, built-in. Identified as `stak`.
pub const STAKING: KeyTypeId = KeyTypeId(*b"stak");
/// Key type for equivocation reporting, built-in. Identified as `fish`.
pub const REPORTING: KeyTypeId = KeyTypeId(*b"fish");
/// A key type ID useful for tests.
pub const DUMMY: KeyTypeId = KeyTypeId(*b"dumy");
}