Changeset View
Changeset View
Standalone View
Standalone View
src/version.h
| Show All 34 Lines | |||||
| static const int SHORT_IDS_BLOCKS_VERSION = 70014; | static const int SHORT_IDS_BLOCKS_VERSION = 70014; | ||||
| //! not banning for invalid compact blocks starts with this version | //! not banning for invalid compact blocks starts with this version | ||||
| static const int INVALID_CB_NO_BAN_VERSION = 70015; | static const int INVALID_CB_NO_BAN_VERSION = 70015; | ||||
| //! send extra peer specific entropy in the version message | //! send extra peer specific entropy in the version message | ||||
| static const int PEER_ENTROPY_VERSION = 70016; | static const int PEER_ENTROPY_VERSION = 70016; | ||||
| // Make sure that none of the values above collide with | |||||
| // `ADDRV2_FORMAT`. | |||||
| #endif // BITCOIN_VERSION_H | #endif // BITCOIN_VERSION_H | ||||