• Bastian Köcher's avatar
    Combine default values used at initialization in a trait (#6857) · bf3aefd3
    Bastian Köcher authored
    This moves default values used in the Substrate code base when
    initializing a service into a common trait. Currently this trait only
    contains listen ports, but this could be extended in the future.
    Essentially this will make overriding these values much easier for
    Cumulus, where we have 2 nodes running in one binary.
    bf3aefd3