mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge 0b2abaa666 into merged_master (Bitcoin PR #19954)
This commit is contained in:
commit
4cb66aae97
19 changed files with 596 additions and 48 deletions
|
|
@ -14,6 +14,8 @@ namespace NetMsgType {
|
|||
const char *VERSION="version";
|
||||
const char *VERACK="verack";
|
||||
const char *ADDR="addr";
|
||||
const char *ADDRV2="addrv2";
|
||||
const char *SENDADDRV2="sendaddrv2";
|
||||
const char *INV="inv";
|
||||
const char *GETDATA="getdata";
|
||||
const char *MERKLEBLOCK="merkleblock";
|
||||
|
|
@ -52,6 +54,8 @@ const static std::string allNetMessageTypes[] = {
|
|||
NetMsgType::VERSION,
|
||||
NetMsgType::VERACK,
|
||||
NetMsgType::ADDR,
|
||||
NetMsgType::ADDRV2,
|
||||
NetMsgType::SENDADDRV2,
|
||||
NetMsgType::INV,
|
||||
NetMsgType::GETDATA,
|
||||
NetMsgType::MERKLEBLOCK,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue