From c8e25a393e3aa786952a6fe74d1f88b7c16b3c6c Mon Sep 17 00:00:00 2001 From: Priojeet Das Priyom Date: Thu, 7 Dec 2023 17:04:35 +0100 Subject: [PATCH] :art: Refactor --- services/blockchain-connector/shared/sdk/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/blockchain-connector/shared/sdk/index.js b/services/blockchain-connector/shared/sdk/index.js index 93d5c05d1c..76c18b272c 100644 --- a/services/blockchain-connector/shared/sdk/index.js +++ b/services/blockchain-connector/shared/sdk/index.js @@ -128,7 +128,7 @@ const init = async () => { await getTokenInitializationFees(); await getRewardTokenID(); await getPosConstants(); - await getAllPosValidators(true); + await getAllPosValidators(); // Download the genesis block, if applicable await getGenesisBlock().then(() => {