Test network upgrade logic
Also demonstrates how to specify a network upgrade.
This commit is contained in:
@@ -21,6 +21,7 @@ namespace Consensus {
|
||||
enum UpgradeIndex {
|
||||
// Sprout must be first
|
||||
BASE_SPROUT,
|
||||
UPGRADE_TESTDUMMY,
|
||||
// NOTE: Also add new upgrades to NetworkUpgradeInfo in upgrades.cpp
|
||||
MAX_NETWORK_UPGRADES
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user