Creating pending block with all transactions from the queue (#6942)
* Allow to include all queue transactions in pending block. * Fix tests.
This commit is contained in:
committed by
Arkadiy Paronyan
parent
7eacef99b9
commit
ffee6aacff
@@ -77,6 +77,7 @@ fn miner_service(spec: &Spec, accounts: Arc<AccountProvider>) -> Arc<Miner> {
|
||||
work_queue_size: 50,
|
||||
enable_resubmission: true,
|
||||
refuse_service_transactions: false,
|
||||
infinite_pending_block: false,
|
||||
},
|
||||
GasPricer::new_fixed(20_000_000_000u64.into()),
|
||||
&spec,
|
||||
|
||||
Reference in New Issue
Block a user