Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #252 from marcindsobczak/patch-5
Browse files Browse the repository at this point in the history
Fix nethermind flag
  • Loading branch information
barnabasbusa authored Dec 27, 2023
2 parents 83f709b + 54c4850 commit 81f4c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-12/group_vars/nethermind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ nethermind_container_command_extra_args:
- --EthStats.Secret={{ ethstats_secret }}
- --EthStats.Server=wss://{{ ethstats_url }}/api/
- --log={{ log_level | upper | default('DEBUG') }}
- --TxPool.BlobsSupport="StorageWithReorgs"
- --TxPool.BlobsSupport=StorageWithReorgs
- --TxPool.ReportMinutes=5
nethermind_container_pull: true

Expand Down

0 comments on commit 81f4c43

Please sign in to comment.