mirror of https://github.com/zcash/zcash.git
Fix typo
This commit is contained in:
parent
be262f065f
commit
7a4f0649ac
|
@ -16,7 +16,7 @@ namespace Consensus {
|
||||||
* Being array indices, these MUST be numbered consecutively.
|
* Being array indices, these MUST be numbered consecutively.
|
||||||
*
|
*
|
||||||
* The order of these indices MUST match the order of the upgrades on-chain, as
|
* The order of these indices MUST match the order of the upgrades on-chain, as
|
||||||
* several functions depends on the enum being sorted.
|
* several functions depend on the enum being sorted.
|
||||||
*/
|
*/
|
||||||
enum UpgradeIndex {
|
enum UpgradeIndex {
|
||||||
// Sprout must be first
|
// Sprout must be first
|
||||||
|
|
Loading…
Reference in New Issue