From 7a4f0649ac5e71f39f0bef7f2e1fcb6fafad0291 Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Tue, 27 Feb 2018 00:16:31 +0200 Subject: [PATCH] Fix typo --- src/consensus/params.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/consensus/params.h b/src/consensus/params.h index 11504dbc8f..233d9d3914 100644 --- a/src/consensus/params.h +++ b/src/consensus/params.h @@ -16,7 +16,7 @@ namespace Consensus { * Being array indices, these MUST be numbered consecutively. * * 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 { // Sprout must be first