mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 17:28:00 +00:00
decouple balances from some modules (#1641)
* decouple balances from some module by creating a new traits in support/traits * improve decl_event
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
use super::*;
|
||||
use runtime_io::with_externalities;
|
||||
use mock::{Balances, Session, Staking, System, Timestamp, Test, new_test_ext, Origin};
|
||||
use runtime_support::traits::Currency;
|
||||
|
||||
#[test]
|
||||
fn note_null_offline_should_work() {
|
||||
|
||||
Reference in New Issue
Block a user