Skip to content

Commit

Permalink
fix comments (#2972)
Browse files Browse the repository at this point in the history
Co-authored-by: HaoranYi <[email protected]>
  • Loading branch information
HaoranYi and HaoranYi authored Sep 24, 2024
1 parent e615270 commit 62d0f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts-db/src/pubkey_bins.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use solana_sdk::pubkey::Pubkey;

#[derive(Debug)]
pub struct PubkeyBinCalculator24 {
// how many bits from the first 2 bytes to shift away to ignore when calculating bin
// how many bits from the first 3 bytes to shift away to ignore when calculating bin
shift_bits: u32,
}

Expand Down

0 comments on commit 62d0f25

Please sign in to comment.