paritytech / substrate

Substrate: The platform for blockchain innovators
Apache License 2.0
8.39k stars 2.65k forks source link

Fix crash when both `--in-peers` & `--out-peers` are zero #14598

Closed dmitry-markin closed 1 year ago

dmitry-markin commented 1 year ago

Fixes https://github.com/paritytech/substrate/issues/14569.

dmitry-markin commented 1 year ago

Did you check if it crashes anymore after this fix?

Yes, it does not crash anymore.