Skip to content

Commit 4c243a9

Browse files
committed
chore(devnet): apply review comment
1 parent 3a32fe7 commit 4c243a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ done
4040

4141
# create the topology files
4242
NODE_ADDR=$LISTENING_ADDR
43-
NODE_PORT=NODE_PORT_START
43+
NODE_PORT=$NODE_PORT_START
4444
TOPOLOGY='{"Producers": []}'
4545
TOPOLOGY_DOCKER=$TOPOLOGY
4646
for NODE in ${FULL_NODES}; do

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ALL_NODES="${FULL_NODES} ${POOL_NODES}"
2626

2727
# create the topology files
2828
NODE_ADDR=$LISTENING_ADDR
29-
NODE_PORT=NODE_PORT_START
29+
NODE_PORT=$NODE_PORT_START
3030
TOPOLOGY='
3131
{
3232
"bootstrapPeers": [],

0 commit comments

Comments
 (0)