Rationale
In some cases, we would not want to dial any external peers but still want to dial the preconfigured static nodes. In this case, the config file would look something like:
...
[Node.P2P]
NoDial = true
StaticNodes = [...]
In the current implementation, setting NoDial to true will by default not dial any peers at all, including the static nodes. This should be modified.