fix naming of variables for geth network

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-04-26 12:34:42 +02:00
parent 88772e38b1
commit 484205b03e
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ geth_account_address: ~
geth_account_password: ~
# Map of network IDs
miner_network_ids:
geth_network_ids:
mainnet: 1
frontier: 1
morden: 2
@ -42,7 +42,7 @@ geth_log_level_name: 'info'
geth_log_level_id: '{{ geth_lov_level_names[geth_log_level_name | lower] | mandatory }}'
# 1=Frontier, 2=Morden (disused), 3=Ropsten, 4=Rinkeby
geth_network_name: 'ropsten'
geth_network_id: '{{ faucet_network_ids[faucet_network_name | lower] | mandatory }}'
geth_network_id: '{{ geth_network_ids[geth_network_name | lower] | mandatory }}'
# Maximum percentage of time allowed for serving LES requests (0-90)
geth_light_serv: 90
# Maximum number of LES client peers (default: 100)