Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ir/config: assign default to missing port in TCP addresses #2969

Merged
merged 1 commit into from
Oct 21, 2024

Commits on Oct 21, 2024

  1. ir/config: assign default to missing port in TCP addresses

    Use default port `:20333` to P2P protocol:
    - morph.consensus.seed_nodes
    - morph.consensus.p2p.listen
    and `:30333` to listen RPC:
    - morph.consensus.rpc.listen
    - morph.consensus.rpc.tls.listen
    
    Closes #2420.
    
    Signed-off-by: Andrey Butusov <[email protected]>
    End-rey committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    cbeac51 View commit details
    Browse the repository at this point in the history