Additional logs for own transactions (#4278)

This commit is contained in:
Tomasz Drwięga
2017-01-24 20:18:52 +01:00
committed by Gav Wood
parent b739704902
commit fa02b3ae54
4 changed files with 8 additions and 8 deletions

View File

@@ -54,9 +54,6 @@ pub enum QueueAddError {
LimitReached,
}
/// Message Receiver type
pub type QueueEventReceiver = mpsc::Receiver<QueueEvent>;
// TODO [todr] to consider: timeout instead of limit?
const QUEUE_LIMIT: usize = 50;