Depend on txpool subcrate for Status to avoid big dependency graph (#22)

This commit is contained in:
Andrew Jones
2019-10-04 09:55:41 +01:00
committed by GitHub
parent 90cb9fc4cc
commit 98e3bb8640
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ use substrate_primitives::{
storage::StorageChangeSet,
twox_128,
};
use transaction_pool::txpool::watcher::Status;
use txpool::watcher::Status;
use crate::{
events::RawEvent,