Merge branch 'tx_queue_integration' of github.com:ethcore/parity into tx_queue_integration

This commit is contained in:
Tomasz Drwięga 2016-03-06 11:05:13 +01:00
commit 64b5e23ba5

View File

@ -813,6 +813,4 @@ mod test {
assert_eq!(stats.future, 0); assert_eq!(stats.future, 0);
assert_eq!(stats.pending, 1); assert_eq!(stats.pending, 1);
} }
} }