Skip to content

Commit c3ed9f3

Browse files
committed
expose the ports
1 parent 484a132 commit c3ed9f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

framework/components/simple_node_set/node_set.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ func sharedDBSetup(in *Input, bcOut *blockchain.Output, fakeUrl string, override
127127
Node: &clnode.NodeInput{
128128
HTTPPort: httpPortRangeStart + i,
129129
P2PPort: p2pPortRangeStart + i,
130+
CustomPorts: in.NodeSpecs[i].Node.CustomPorts,
130131
Image: in.NodeSpecs[overrideIdx].Node.Image,
131132
Name: nodeName,
132133
PullImage: in.NodeSpecs[overrideIdx].Node.PullImage,

0 commit comments

Comments
 (0)