Skip to content

Commit

Permalink
fix rpc port
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Aug 14, 2023
1 parent eb9e357 commit 1d30bb6
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 1d30bb6

Please sign in to comment.