diff --git a/accounts-db/src/pubkey_bins.rs b/accounts-db/src/pubkey_bins.rs index ec1d2ad62ea880..ea1a412530efc4 100644 --- a/accounts-db/src/pubkey_bins.rs +++ b/accounts-db/src/pubkey_bins.rs @@ -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, }