Skip to content

Commit

Permalink
Update template toml key (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
neacsu authored Aug 19, 2021
1 parent d740e8b commit 2923d4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/native/src/client/config/template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ version = '{{ client.version }}'
id = '{{ client.id }}'
# Addresses to APIs running on validator from which the client gets the view of the network.
validator_rest_urls = [
validator_api_urls = [
{{#each client.validator_api_urls }}
'{{this}}',
{{/each}}
Expand Down
2 changes: 1 addition & 1 deletion clients/socks5/src/client/config/template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ version = '{{ client.version }}'
id = '{{ client.id }}'
# Addresses to APIs running on validator from which the client gets the view of the network.
validator_rest_urls = [
validator_api_urls = [
{{#each client.validator_api_urls }}
'{{this}}',
{{/each}}
Expand Down

0 comments on commit 2923d4b

Please sign in to comment.