Skip to content

Commit 0f984ba

Browse files
authored
Merge pull request #31 from ObolNetwork/feature/dkg-publish
feat(dkg-publish): add --publish flag to dkg command
2 parents 4e6ffaf + bc8f295 commit 0f984ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/scripts/charon/run-charon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function check_DKG() {
8989
# If the definition file URL is set and the lock file does not exist, start DKG ceremony
9090
if [ -n "${DEFINITION_FILE_URL}" ] && [ ! -f "${CHARON_LOCK_FILE}" ]; then
9191
echo "${INFO} Waiting for DKG ceremony..."
92-
charon dkg --definition-file="${DEFINITION_FILE_URL}" --data-dir="${CHARON_ROOT_DIR}" || {
92+
charon dkg --definition-file="${DEFINITION_FILE_URL}" --data-dir="${CHARON_ROOT_DIR}" --publish || {
9393
echo "${ERROR} DKG ceremony failed"
9494
exit 1
9595
}

0 commit comments

Comments
 (0)