Skip to content

Commit

Permalink
Make sure Miina daemon can start in offline.
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv committed Apr 5, 2024
1 parent 282defe commit 3f9033f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/spinup-testnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ if [[ $NETWORK_TYPE == "single-node" ]]; then
--log-level ${LOG_LEVEL} \
--file-log-level ${LOG_LEVEL} \
--demo-mode \
--external-ip $(hostname -i) \
--seed ${ARCHIVE_CLI_ARGS} >${DAEMON_LOG_FILE_PATH} 2>&1
elif [[ $NETWORK_TYPE == "multi-node" ]]; then
ARCHIVE_CLI_ARGS=""
Expand Down

0 comments on commit 3f9033f

Please sign in to comment.