Fix network monitor template (#892)

This commit is contained in:
Bogdan-Ștefan Neacşu
2021-11-11 12:36:43 +02:00
committed by GitHub
parent 41b77c3ad5
commit eb6949528a
+1 -1
View File
@@ -61,7 +61,7 @@ packet_delivery_timeout = '{{ network_monitor.packet_delivery_timeout }}'
# Path to directory containing public/private keys used for bandwidth token purchase.
# Those are saved in case of emergency, to be able to reclaim bandwidth tokens.
# The public key is the name of the file, while the private key is the content.
backup_bandwidth_token_keys_dir = '{{ client.backup_bandwidth_token_keys_dir }}'
backup_bandwidth_token_keys_dir = '{{ network_monitor.backup_bandwidth_token_keys_dir }}'
# Ethereum private key.
eth_private_key = '{{ network_monitor.eth_private_key }}'