handleVersion method
Handle version message (contains startHeight)
Implementation
void handleVersion(String peerId, MsgVersion version) {
// Use zero hash since we don't know the actual block hash
updatePeerTip(peerId, Hash.zero(), version.startHeight, ChainTipSource.version);
}