Update protocol version

This commit is contained in:
Duke Leto
2020-12-04 08:47:33 -05:00
parent fb1facc821
commit c2fedd3048
3 changed files with 9 additions and 22 deletions

View File

@@ -22,8 +22,8 @@
#error This header can only be compiled as C++.
#endif
#ifndef BITCOIN_PROTOCOL_H
#define BITCOIN_PROTOCOL_H
#ifndef HUSH_PROTOCOL_H
#define HUSH_PROTOCOL_H
#include "netbase.h"
#include "serialize.h"
@@ -175,4 +175,4 @@ enum {
MSG_FILTERED_BLOCK,
};
#endif // BITCOIN_PROTOCOL_H
#endif // HUSH_PROTOCOL_H