Skip to content

Commit

Permalink
HOTFIX checks wr by order id (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
badkk committed May 22, 2020
1 parent a8c70da commit 420ecbf
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 @@ -335,7 +335,7 @@ impl transaction_payment::Trait for Runtime {
impl tee::Trait for Runtime {
type Event = Event;
type Works = Staking;
type MarketInterface = ();
type MarketInterface = Self;
}

impl market::Trait for Runtime {
Expand Down

0 comments on commit 420ecbf

Please sign in to comment.