Skip to content

Commit 9b32635

Browse files
committed
Fix reject
1 parent 29706cb commit 9b32635

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/protocol.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ namespace NetMsgType
1818
{
1919
const char* VERSION = "version";
2020
const char* VERACK = "verack";
21+
const char* REJECT = "reject";
2122
const char* ADDR = "addr";
2223
const char* ADDRV2="addrv2";
2324
const char* SENDADDRV2="sendaddrv2";

0 commit comments

Comments
 (0)