Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
🔨 Update log
Browse files Browse the repository at this point in the history
  • Loading branch information
sameersubudhi committed Dec 11, 2023
1 parent 325494a commit c089919
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const loadAllPosValidators = async () => {
logger.info(`Updated validator list with ${validatorList.length} validators.`);
}
} catch (err) {
logger.warn(`Failed to load all validators due to: ${err.message}.`);
logger.warn(`Failed to load all validators due to: ${err.message}`);
}
};

Expand Down

0 comments on commit c089919

Please sign in to comment.