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(() => {