Skip to content

Commit 29706cb

Browse files
committed
Define reject
1 parent 6e2d238 commit 29706cb

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
@@ -76,6 +76,7 @@ const char* CLSIG = "clsig";
7676
const static std::string allNetMessageTypes[] = {
7777
NetMsgType::VERSION,
7878
NetMsgType::VERACK,
79+
NetMsgType::REJECT,
7980
NetMsgType::ADDR,
8081
NetMsgType::ADDRV2,
8182
NetMsgType::SENDADDRV2,

0 commit comments

Comments
 (0)