Skip to content

Commit 3267408

Browse files
authored
fix rpc port (#2584)
1 parent eb9e357 commit 3267408

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: node/cli/src/command.rs

+4
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,10 @@ impl DefaultConfigurationValues for RelayChainCli {
482482
30334
483483
}
484484

485+
fn rpc_listen_port() -> u16 {
486+
9945
487+
}
488+
485489
fn prometheus_listen_port() -> u16 {
486490
9616
487491
}

0 commit comments

Comments
 (0)