The nKey of the addrman is generated the first time the node is started with an empty peers.dat. Therefore, restarting a node or turning it off and on again won’t make a previously non-deterministic addrman deterministic.
This could lead to intermittent failures in feature_asmap.py and rpc_net.py
Fixes #29634