Skip to content

Commit bc8f295

Browse files
committed
feat(dkg-publish): add --publish flag to dkg command
1 parent 4e6ffaf commit bc8f295

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)