Add field nProtocolVersion to struct NetworkUpgrade.
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user