Previously, we would re-bucket AddrMan entries if, at a restart, a node reads a peers.dat file of pre-asmap format.
This should not happen if an actual asmap file was not provided, because bucket assignment won't change.
Re-bucketing should be avoided because it leads to a data loss: since we don't remember where those addrs came from, they will be placed only into 1 bucket (as opposed to placing in up to 8, if we receive them from 8 different peers during node operation).
For peers.dat files with pre-asmap format, re-bucket only if an asmap file was supported.