Document UPGRADE_ZFUTURE

Co-authored-by: str4d <thestr4d@gmail.com>
This commit is contained in:
Kris Nuttycombe 2021-03-24 08:17:32 -06:00 committed by GitHub
parent dd914fcdcf
commit 766abede57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -37,8 +37,9 @@ enum UpgradeIndex : uint32_t {
UPGRADE_HEARTWOOD,
UPGRADE_CANOPY,
UPGRADE_NU5,
UPGRADE_ZFUTURE,
// Add new network upgrades before this line.
// NOTE: Also add new upgrades to NetworkUpgradeInfo in upgrades.cpp
UPGRADE_ZFUTURE,
MAX_NETWORK_UPGRADES
};