Rename con:aut to be in line with :code.

This commit is contained in:
Gav
2018-02-04 16:01:14 +01:00
parent 337027b179
commit b125f72774
6 changed files with 14 additions and 14 deletions
@@ -23,7 +23,7 @@ use primitives::SessionKey;
struct AuthorityStorageVec {}
impl StorageVec for AuthorityStorageVec {
type Item = SessionKey;
const PREFIX: &'static[u8] = b"con:aut:";
const PREFIX: &'static[u8] = b":auth:";
}
/// Get the current set of authorities. These are the session keys.