docker: drop removed --miner.threads flag usage

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-10-24 14:17:10 +02:00
parent e38af5b3ad
commit 136323e10f
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
2 changed files with 0 additions and 2 deletions

View File

@ -87,7 +87,6 @@ geth_bootnodes: []
# Mining settings
geth_miner_enabled: false
geth_miner_threads: '{{ ansible_processor_vcpus }}'
geth_miner_account: '{{ geth_account_addr }}'
# Whisper protocol

View File

@ -50,7 +50,6 @@ services:
{% endif %}
{% if geth_miner_enabled %}
--mine
--miner.threads="{{ geth_miner_threads }}"
--miner.etherbase="{{ geth_miner_account | mandatory }}"
{% endif %}
{% if geth_whisper_enabled %}