We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d920c commit 28c723bCopy full SHA for 28c723b
stackslib/src/chainstate/stacks/db/mod.rs
@@ -903,6 +903,7 @@ const CHAINSTATE_INDEXES: &'static [&'static str] = &[
903
"CREATE INDEX IF NOT EXISTS index_block_header_by_affirmation_weight ON block_headers(affirmation_weight);",
904
"CREATE INDEX IF NOT EXISTS index_block_header_by_height_and_affirmation_weight ON block_headers(block_height,affirmation_weight);",
905
"CREATE INDEX IF NOT EXISTS index_headers_by_consensus_hash ON block_headers(consensus_hash);",
906
+ "CREATE INDEX IF NOT EXISTS index_block_hash ON nakamoto_block_headers(index_block_hash);",
907
];
908
909
pub use stacks_common::consts::MINER_REWARD_MATURITY;
0 commit comments