Add Overwinter to upgrade list

This commit is contained in:
Jack Grigg
2018-02-01 00:48:26 +00:00
parent 9e851450ab
commit 548683767c
3 changed files with 12 additions and 0 deletions

View File

@@ -18,6 +18,11 @@ const struct NUInfo NetworkUpgradeInfo[Consensus::MAX_NETWORK_UPGRADES] = {
/*.nBranchId =*/ 0x74736554,
/*.strName =*/ "Test dummy",
/*.strInfo =*/ "Test dummy info",
},
{
/*.nBranchId =*/ 0x5ba81b19,
/*.strName =*/ "Overwinter",
/*.strInfo =*/ "TBD",
}
};