[T4] warning cleanup (#1713)

* clean up warnings
* rustfmt
This commit is contained in:
Yeastplume
2018-10-10 16:56:15 +01:00
committed by Ignotus Peverell
parent e69b2ace70
commit d756da062a
7 changed files with 11 additions and 24 deletions
-3
View File
@@ -31,9 +31,6 @@ use util::LOGGER;
const MAX_MINEABLE_WEIGHT: usize =
consensus::MAX_BLOCK_WEIGHT - consensus::BLOCK_OUTPUT_WEIGHT - consensus::BLOCK_KERNEL_WEIGHT;
// longest chain of dependent transactions that can be included in a block
const MAX_TX_CHAIN: usize = 20;
pub struct Pool {
/// Entries in the pool (tx + info + timer) in simple insertion order.
pub entries: Vec<PoolEntry>,