Constant bitcoin_netmsg::NetMsgType::SENDADDRV2
source · pub const SENDADDRV2: &'static str = "sendaddrv2";Expand description
| The sendaddrv2 message signals support | for receiving ADDRV2 messages (BIP155). | | It also implies that its sender can encode | as ADDRV2 and would send ADDRV2 instead | of ADDR to a peer that has signaled ADDRV2 | support by sending SENDADDRV2. |