mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-25 01:15:47 +00:00
Respond to code review
This fixes most of the issues found during review, with the exception of tests.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user