From 62d0f2518b048d9de43d14fc3c9eaf9200f25991 Mon Sep 17 00:00:00 2001 From: HaoranYi <219428+HaoranYi@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:22:12 -0500 Subject: [PATCH] fix comments (#2972) Co-authored-by: HaoranYi --- accounts-db/src/pubkey_bins.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }