This commit is contained in:
Gav Wood
2020-04-04 13:43:21 +02:00
parent b3d326acca
commit cf82c77b79
+1 -1
View File
@@ -40,7 +40,7 @@ use txpool_api::{TransactionPool, InPoolTransaction};
use futures::prelude::*;
use inherents::InherentData;
use sp_timestamp::TimestampInherentData;
use log::{info, debug, trace};
use log::{info, debug, warn, trace};
use sp_api::{ApiExt, ProvideRuntimeApi};
use crate::validation_service::ServiceHandle;