committed by
Ignotus Peverell
parent
e69b2ace70
commit
d756da062a
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user