From 64daf4bfd17968de1f4fe46eac42e102d204aca4 Mon Sep 17 00:00:00 2001 From: Alexander Kolotov Date: Mon, 6 Jun 2022 18:11:50 +0300 Subject: [PATCH] proper form of the variable with validator address --- deployment/roles/oracle/templates/key.j2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deployment/roles/oracle/templates/key.j2 b/deployment/roles/oracle/templates/key.j2 index b6a8607f..d11231d2 100644 --- a/deployment/roles/oracle/templates/key.j2 +++ b/deployment/roles/oracle/templates/key.j2 @@ -1,2 +1,4 @@ -## Validator-specific options AMB_ORACLE_VALIDATOR_ADDRESS={{ AMB_ORACLE_VALIDATOR_ADDRESS }} +## Validator-specific options + +AMB_ORACLE_VALIDATOR_ADDRESS={{ AMB_ORACLE_VALIDATOR_ADDRESS }} AMB_ORACLE_VALIDATOR_ADDRESS_PRIVATE_KEY={{ AMB_ORACLE_VALIDATOR_ADDRESS_PRIVATE_KEY }}