Skip to content

Commit

Permalink
rename slot -> primary_index
Browse files Browse the repository at this point in the history
  • Loading branch information
AshwinSekar committed Nov 15, 2023
1 parent 8192668 commit 2ed1fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger/src/blockstore_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ impl Column for columns::MerkleRootMeta {
key
}

fn slot((slot, _fec_set_index): Self::Index) -> Slot {
fn primary_index((slot, _fec_set_index): Self::Index) -> Slot {
slot
}

Expand Down

0 comments on commit 2ed1fcf

Please sign in to comment.