Refactor primitives.

This commit is contained in:
Gav
2018-02-07 11:03:43 +01:00
parent 959b129f8d
commit 1b7f34bef2
39 changed files with 99 additions and 108 deletions
@@ -18,7 +18,7 @@
use runtime_std::prelude::*;
use support::storage::unhashed::StorageVec;
use primitives::SessionKey;
use primitives::relay::SessionKey;
struct AuthorityStorageVec {}
impl StorageVec for AuthorityStorageVec {