Fix runtime error.

This commit is contained in:
Gav
2018-02-08 11:10:34 +01:00
parent fde80b7b27
commit c1ca0cf3e7
18 changed files with 123 additions and 73 deletions
@@ -17,7 +17,7 @@
//! Staking manager: Handles balances and periodically determines the best set of validators.
use rstd::prelude::*;
use runtime_io::cell::RefCell;
use rstd::cell::RefCell;
use runtime_io::print;
use codec::KeyedVec;
use support::{storage, StorageVec};