```
After the version handshake, the version must be >=
MIN_PEER_PROTO_VERSION, since we immediately disconnect any peer that
advertises a lower version than that in its version message
```
Backport of core [[https://github.com/bitcoin/bitcoin/pull/14033 | PR14033]].