Skip to content

Commit 2b5fb9b

Browse files
committed
[BUG] Re adding missing CInv elements. "ix" and "txlvote"
1 parent fcb9207 commit 2b5fb9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/protocol.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ static const char* ppszTypeName[] = {
5858
NetMsgType::TX,
5959
NetMsgType::BLOCK,
6060
"filtered block", // Should never occur
61+
"ix", // deprecated
62+
"txlvote", // deprecated
6163
NetMsgType::SPORK,
6264
NetMsgType::GETSPORKS,
6365
NetMsgType::MNBROADCAST,

0 commit comments

Comments
 (0)