mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 06:39:58 -07:00
query: remove dup 'h' short index
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user