query: remove dup 'h' short index

This commit is contained in:
nym21
2025-06-19 14:16:24 +02:00
parent e3431c2fa3
commit c9e0f9d985

View File

@@ -67,7 +67,7 @@ impl Index {
Self::DecadeIndex => &["decade", "decadeindex"],
Self::DifficultyEpoch => &["difficulty", "difficultyepoch"],
Self::EmptyOutputIndex => &["empty", "emptyoutputindex"],
Self::HalvingEpoch => &["h", "halving", "halvingepoch"],
Self::HalvingEpoch => &["halving", "halvingepoch"],
Self::Height => &["h", "height"],
Self::InputIndex => &["txin", "inputindex"],
Self::MonthIndex => &["m", "month", "monthindex"],