Problem
Running CLI utilities such as sha256sum on the encoded asmap blob, and then grepping for the outputted hash in the bitcoind debug.log was unsuccessful.
Solution
- Change the version computation from double to single SHA256 Note: This invalidates serialized AddrMan data which forces re-bucketing.
- Avoid reversing byte order when logging the version
Inspired by #36201 (comment) + #36201#pullrequestreview-5158109401