Skip to content

Commit

Permalink
support ChannelRelationship (paritytech#114)
Browse files Browse the repository at this point in the history
* support ChannelRelationship
* move runtime balance
  • Loading branch information
toxotguo authored Nov 21, 2018
1 parent 88b3b65 commit 2ba822f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ construct_runtime!(
pub enum Runtime with Log(InternalLog: DigestItem<Hash, SessionKey>) {
System: system::{default, Log(ChangesTrieRoot)},
Consensus: consensus::{Module, Call, Storage, Config, Log(AuthoritiesChange)},
Balances: balances::{Module, Storage, Config, Event<T>}, // no call for public
Timestamp: timestamp::{Module, Call, Storage, Config},
Session: session,
Staking: staking,
Expand All @@ -323,6 +322,7 @@ construct_runtime!(
CXSupport: cxsupport::{Module},
// must put end of all chainx runtime module
CXSystem: cxsystem::{Module, Call, Storage, Config},
Balances: balances::{Module, Storage, Config, Event<T>}, // no call for public
}
);

Expand Down

0 comments on commit 2ba822f

Please sign in to comment.