Add field nProtocolVersion to struct NetworkUpgrade.

This commit is contained in:
Simon
2018-02-22 12:54:46 -08:00
parent c5904fb2a4
commit 2423a40c08
2 changed files with 14 additions and 0 deletions

View File

@@ -28,6 +28,11 @@ enum UpgradeIndex {
};
struct NetworkUpgrade {
/**
* The first protocol version which will understand the new consensus rules
*/
int nProtocolVersion;
/**
* Height of the first block for which the new consensus rules will be active
*/