Skip to content

Commit

Permalink
fix feature_set conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
AshwinSekar committed Apr 23, 2024
1 parent 0087034 commit e6a3555
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sdk/src/feature_set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -980,11 +980,7 @@ lazy_static! {
(enable_gossip_duplicate_proof_ingestion::id(), "enable gossip duplicate proof ingestion #32963"),
(enable_chained_merkle_shreds::id(), "Enable chained Merkle shreds #34916"),
(deprecate_unused_legacy_vote_plumbing::id(), "Deprecate unused legacy vote tx plumbing"),
<<<<<<< HEAD
=======
(enable_tower_sync_ix::id(), "Enable tower sync vote instruction"),
(chained_merkle_conflict_duplicate_proofs::id(), "generate duplicate proofs for chained merkle root conflicts"),
>>>>>>> 411fdc9312 (blockstore: scaffolding for chained merkle root conflict detection (#719))
/*************** ADD NEW FEATURES HERE ***************/
]
.iter()
Expand Down

0 comments on commit e6a3555

Please sign in to comment.