From eb6949528a7014a0a7fe9f18ac8fd92b1967d733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bogdan-=C8=98tefan=20Neac=C5=9Fu?= Date: Thu, 11 Nov 2021 12:36:43 +0200 Subject: [PATCH] Fix network monitor template (#892) --- validator-api/src/config/template.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator-api/src/config/template.rs b/validator-api/src/config/template.rs index 96cae891bc..7526d23ad1 100644 --- a/validator-api/src/config/template.rs +++ b/validator-api/src/config/template.rs @@ -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 }}'