replace cli with engine method, simplify

This commit is contained in:
keorn
2016-09-12 11:07:40 +02:00
parent cadca6403a
commit c0201bd891
7 changed files with 20 additions and 27 deletions

View File

@@ -56,7 +56,6 @@ fn miner_service(spec: &Spec, accounts: Arc<AccountProvider>) -> Arc<Miner> {
force_sealing: true,
reseal_on_external_tx: true,
reseal_on_own_tx: true,
internal_sealing: false,
tx_queue_size: 1024,
tx_gas_limit: !U256::zero(),
pending_set: PendingSet::SealingOrElseQueue,