Skip to content

Commit 17c879d

Browse files
authored
Merge pull request #1433 from input-output-hk/jpraynaud/fix-devnet-mac-os
Fix `devnet` to run consistently on mac OS
2 parents 19a0009 + f82f3ee commit 17c879d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
0.2.2

mithril-test-lab/mithril-devnet/devnet-mkfiles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
# Debug mode
6-
if [ -v DEBUG ]; then
6+
if [[ -n $DEBUG ]]; then
77
set -x
88
fi
99

mithril-test-lab/mithril-devnet/mkfiles/mkfiles-cardano.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ INIT_SUPPLY=12000000
2525
TOTAL_SUPPLY=2000000000000
2626
DELEGATED_SUPPLY=240000000002
2727
SECURITY_PARAM=2
28-
START_GENESIS_DELAY=1
28+
START_GENESIS_DELAY=5
2929

3030
START_TIME="$(${DATE} -d "now + ${START_GENESIS_DELAY} seconds" +%s)"
3131

0 commit comments

Comments
 (0)