Staking eras and tests.

This commit is contained in:
Gav
2018-01-19 09:37:00 +01:00
parent 368cbdbcbb
commit 400008028b
2 changed files with 113 additions and 16 deletions
@@ -31,7 +31,7 @@ pub fn set_validators(new: &[AccountID]) {
/// The number of blocks in each session.
pub fn length() -> BlockNumber {
Storage::into(b"con\0bps")
Storage::into(b"ses\0bps")
}
/// Hook to be called prior to transaction processing.