I never really thought anything of it before, but it was pointed out that running --regtest without --seed-node will download peerlists from mainnet seeds, and unsuccesfully attempt to sync with mainnet peers.
this behavior (attempting a bunch of connections) is what exposed the p2p shutdown hang (fixed in #10382).
should --regtest avoid use of mainnet seeds?
I never really thought anything of it before, but it was pointed out that running
--regtestwithout--seed-nodewill download peerlists from mainnet seeds, and unsuccesfully attempt to sync with mainnet peers.this behavior (attempting a bunch of connections) is what exposed the p2p shutdown hang (fixed in #10382).
should
--regtestavoid use of mainnet seeds?