diff --git a/src/protocol.h b/src/protocol.h index fe50c53a8e5181..2b073cb19f9212 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -75,6 +75,7 @@ extern const char* VERSION; * @see https://bitcoin.org/en/developer-reference#verack */ extern const char* VERACK; +extern const char* REJECT; /** * The addr (IP address) message relays connection information for peers on the * network.