move towards accounts index being dynamic (#19032)
This commit is contained in:
committed by
GitHub
parent
06e08c4840
commit
31a620c42b
@@ -1,6 +1,7 @@
|
||||
use solana_sdk::pubkey::Pubkey;
|
||||
|
||||
pub(crate) struct PubkeyBinCalculator16 {
|
||||
#[derive(Debug)]
|
||||
pub struct PubkeyBinCalculator16 {
|
||||
// how many bits from the first 2 bytes to shift away to ignore when calculating bin
|
||||
shift_bits: u32,
|
||||
}
|
||||
|
Reference in New Issue
Block a user