Respond to code review

This fixes most of the issues found during review, with the exception of
tests.
This commit is contained in:
Demi M. Obenour
2020-05-27 14:40:09 -04:00
parent 58da21745e
commit ab9612b381
3 changed files with 33 additions and 41 deletions
+7
View File
@@ -61,6 +61,13 @@ impl Balances for DefaultNodeRuntime {
type Balance = u128;
}
impl Session for DefaultNodeRuntime {
type SessionIndex = u32;
type ValidatorId = <Self as System>::AccountId;
}
impl Staking for DefaultNodeRuntime {}
impl Contracts for DefaultNodeRuntime {}
/// Concrete type definitions compatible with those for kusama, v0.7