Balance transfers + util methods.

This commit is contained in:
Gav
2018-01-14 20:51:46 +01:00
parent 6146779e6e
commit bd8f67a20d
2 changed files with 212 additions and 47 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ pub use std::cell::RefCell;
pub use std::boxed::Box;
pub use std::mem::{size_of, transmute};
use polkadot_state_machine::Externalities;
pub use polkadot_state_machine::Externalities;
use std::fmt;
// TODO: use the real error, not NoError.