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:
Tomasz Drwięga
2017-11-03 15:20:20 +01:00
committed by Arkadiy Paronyan
parent 7eacef99b9
commit ffee6aacff
4 changed files with 23 additions and 4 deletions

View File

@@ -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,