reorg cache fix (#3495)
* reorg cache period configurable * fix comment * u32 type Co-authored-by: deevope <you@example.com>
This commit is contained in:
@@ -167,6 +167,7 @@ where
|
||||
TransactionPool::new(
|
||||
PoolConfig {
|
||||
accept_fee_base: 0,
|
||||
reorg_cache_period: 30,
|
||||
max_pool_size: 50,
|
||||
max_stempool_size: 50,
|
||||
mineable_max_weight: 10_000,
|
||||
|
||||
Reference in New Issue
Block a user