Function build_version_message

Source
pub(crate) fn build_version_message(
    user_agent: String,
    best_block: u32,
    peer_address: &LocalAddress,
) -> NetworkMessage
Expand description

Build the version message used to perform the peer connection handshake, as described in the Bitcoin Wiki.