Function solana_runtime::stakes::merge

source ·
fn merge(
    acc: HashMap<Pubkey, u64>,
    other: HashMap<Pubkey, u64>
) -> HashMap<Pubkey, u64>