Skip to content

Commit

Permalink
fix rpc port (#2584)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc authored Aug 14, 2023
1 parent eb9e357 commit 3267408
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions node/cli/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,10 @@ impl DefaultConfigurationValues for RelayChainCli {
30334
}

fn rpc_listen_port() -> u16 {
9945
}

fn prometheus_listen_port() -> u16 {
9616
}
Expand Down

0 comments on commit 3267408

Please sign in to comment.