Skip to content

Commit

Permalink
Removes EAH from the lattice-based snapshot hash (#4352)
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo authored Jan 8, 2025
1 parent d9d755f commit ac69da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5765,7 +5765,7 @@ impl Bank {
pub fn get_lattice_snapshot_hash(&self) -> SnapshotHash {
SnapshotHash::new(
&MerkleOrLatticeAccountsHash::Lattice,
self.get_epoch_accounts_hash_to_serialize().as_ref(),
None,
Some(self.accounts_lt_hash.lock().unwrap().0.checksum()),
)
}
Expand Down

0 comments on commit ac69da9

Please sign in to comment.