Skip to content

Commit

Permalink
fix: remove now unneccessary index
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed Dec 16, 2024
1 parent 89d1078 commit d0d1f8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stackslib/src/core/mempool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -825,8 +825,6 @@ const MEMPOOL_SCHEMA_8_NONCE_SORTING: &'static [&'static str] = &[
DROP INDEX IF EXISTS "by_txid";
DROP INDEX IF EXISTS "by_sponsor";
DROP INDEX IF EXISTS "by_origin";
-- Add index to help comparing address nonces against mempool content
CREATE INDEX IF NOT EXISTS by_address_nonce ON nonces(address, nonce);
"#,
r#"
INSERT INTO schema_version (version) VALUES (8)
Expand Down

0 comments on commit d0d1f8d

Please sign in to comment.